This commit is contained in:
2025-06-26 15:18:33 +09:00
parent e027e09906
commit 451aaee7ce
33 changed files with 366 additions and 106 deletions

13
section/a5.tex Normal file
View File

@@ -0,0 +1,13 @@
\section{課題5}
第10回の課題「簡易電卓」を繰り返し計算できるように変更したプログラム。
\subsection{コードリスティング}
\lstinputlisting[language=C,title={課題5}]{../programs/a5/main.c}
\subsection{実行結果}
\begin{center}
\includegraphics[width=\textwidth]{./assets/a5.png}
\end{center}