-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathgny2014.tex
46 lines (31 loc) · 961 Bytes
/
gny2014.tex
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
% Note: use pdflatex (instead of plain latex) to compile the
% problemset, lest things be ooky.
\documentclass[11pt]{problemset}
% If unnumbered sample I/O is desired, pass option "nosamplenumbers"
% to the problemset class
\contestshortname{2014 ACM ICPC Greater NY USA Regionals}
% \headerlogo{logo}
\setlength{\parindent}{0.0in}
\setlength{\parskip}{0.1in}
\begin{document}
\includeproblem{height}
{ \footnotesize % hack to prevent overflow at least here
\includesample{sample}
}
\includeproblem{islands}
\includesample{sample}
\includeproblem{conversion}
\includesample{sample}
\includeproblem{happyprime}
\includesample{sample}
\includeproblem{mancala}
\includesample{sample}
\includeproblem{sequence}
\includesample{sample}
\includeproblem{spiral}
\includesample{sample}
\includeproblem{fareysums}
\includesample{sample}
\includeproblem{queenspatio}
\includesample{sample}
\end{document}