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/p312.tex Normal file
View File

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