2014-09-30 解題區/Latex [轉] Latex ACM-ICPC template contents 要一下出題目規格,就有漂亮的 latex pdf! 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152\documentclass[12pt,psfig,epsf]{article}\setlength{\topmargin}{-1in}\setlength{\textheight}{10in}\setlength{\textwidth}{5.5in}\usepackage{epsfig}\usepackage[T1]{fontenc}\usepackage[latin9]{inputenc}\usepackage{graphicx}\begin{document}\begin{center} {\Large\bfseries Problem test}\\ % Problem Number {\large\bf Hello World}\\ % Problem Name {\large Input File: {\em test.in}}\\ % Input file name {\large Time Limit: {\em 1 Second}}\\ % Time limit in seconds\end{center}% Problem description hereOutput hello world !% Technical Specification and constraints%\vspace*{.3in} \noindent {\large \bfseries Technical Specification}%\begin{enumerate}%\item The . . .%\end{enumerate}% Input File Format\vspace*{.3in} \noindent {\large \bfseries Input File Format}\\Input consists of several datasets. ...% Output File Format\vspace*{.3in} \noindent {\large \bfseries Output Format}\\For each dataset, ....% Sample Input\vspace*{.3in} \noindent {\large \bfseries Sample Input} \begin{verbatim}morris\end{verbatim}% Sample Output\vspace*{.3in} \noindent {\large \bfseries Output for the Sample Input}\begin{verbatim}hello morris !\end{verbatim}\end{document} Newer UVa 12796 - Teletransport Older [ACM 題目] 人格分裂