14 lines
633 B
TeX
14 lines
633 B
TeX
\section{はじめに}
|
|
|
|
\subsection{実行環境}\label{exec_env}
|
|
|
|
この課題のプログラムは以下の環境で動作することが確認されている:
|
|
|
|
\begin{itemize}
|
|
\item OS: Arch Linux
|
|
\item CPU アーキテクチャ: \lstinline[columns=fixed]{x86_64}
|
|
\item Cコンパイラ: \lstinline[columns=fixed]{gcc (GCC) 14.2.1 20250207}
|
|
\item Cコンパイラオプション: \lstinline[columns=fixed]{-Wall <ソースコード名> -o <プログラム名>}\footnote{\texttt{-Wall}はコンパイル時に「凡ミス」や書式に関する全ての警告を表示するフラグである。}
|
|
\end{itemize}
|
|
|