This commit is contained in:
2025-06-19 17:30:16 +09:00
parent 261688c4bc
commit 3a3c8f4675
27 changed files with 340 additions and 24 deletions

13
section/p313.tex Normal file
View File

@@ -0,0 +1,13 @@
\section{演習 3-13}
教科書のList 3-18 をSwitch文で書き換えたプログラム。
\subsection{コードリスティング}
\lstinputlisting[language=C,title={演習 3-13}]{../programs/p313/main.c}
\subsection{実行結果}
\begin{center}
\includegraphics[width=\textwidth]{./assets/p313.png}
\end{center}