added cls11

This commit is contained in:
2026-07-02 10:29:57 +09:00
parent be39e1b9e2
commit 1fdf602754
3 changed files with 121 additions and 0 deletions
+27
View File
@@ -0,0 +1,27 @@
\documentclass[xelatex,a4paper,11pt,ja=standard]{bxjsarticle}
\usepackage{tex/preamble}
\usepackage{tex/simple-title}
\reportauthor{柴田健琉}
\reporttitle{情報処理2 - 前期第11回課題}
\reportdate{2026年}{07月}{02日}
\turnindate{2026年}{07月}{06日}
\begin{document}
\simpletitle
\section{はじめに}
この課題のプログラムは以下の環境での動作が確認されている:
\begin{itemize}
\item{OS: Arch Linux, Linux 6.18.37-1-lts x86\_64}
\item{CC: GCC 15.2.0}
\item{CFLAGS: \texttt{-g -O1 -Wall -Wpedantic}}
\end{itemize}
\section{課題 - 回文判定}
\end{document}