Files
2025-07-10 12:10:31 +09:00

14 lines
332 B
TeX

\section{演習 4-9}
入力した整数値の個数分$+$$-$を交互に出力するプログラム。
\subsection{コードリスティング}
\lstinputlisting[language=C,title={演習 4-9}]{../programs/p49/main.c}
\subsection{実行結果}
\begin{center}
\includegraphics[width=\textwidth]{./assets/p49.png}
\end{center}