15 lines
365 B
TeX
15 lines
365 B
TeX
\section{演習 2ー2}
|
|
|
|
2つの整数値を読み込み、それらの和と積を表示するプログラム。
|
|
|
|
\subsection{コードリスティング}
|
|
|
|
\defaultlistingstyle
|
|
\lstinputlisting[language=C,title={演習 2ー2}]{../programs/prog2/main.c}
|
|
|
|
\subsection{実行結果}
|
|
|
|
\begin{center}
|
|
\includegraphics[width=\textwidth]{./assets/prog2.png}
|
|
\end{center}
|