-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgny2016.tex
56 lines (38 loc) · 1.32 KB
/
gny2016.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
47
48
49
50
51
52
53
54
55
56
% Note: use pdflatex (instead of plain latex) to compile the
% problemset, lest things be ooky.
%\documentclass[a4paper,11pt,noproblemids,noautoincludesamples]{problemset}
\documentclass[11pt,noproblemids,noautoincludesamples]{problemset}
% If unnumbered sample I/O is desired, pass option "nosamplenumbers"
% to the problemset class
% \problemlanguage{.en}
\contestshortname{2016 ACM ICPC Greater NY USA Regionals}
% \headerlogo{naq-2017-header-compressed}
\setlength{\parindent}{0.0in}
\setlength{\parskip}{0.1in}
\begin{document}
% Name of directory containing problem
%\includeproblem{abc}
% Name of sample file (without suffix).
% Will be taken from [problem]/data/sample/
%\includesample{xyz}
\includeproblem{whichbase}
\includesample{sample001}
\includeproblem{fbiuniversal}
\includesample{sample001}
\includeproblem{marypartitions}
\includesample{sample001}
\includeproblem{rationalsequence3}
\includesample{sample001}
\includeproblem{permutationdescent}
\includesample{sample001}
\includeproblem{tightfitsudoku}
\includesample{sample001}
\includeproblem{magicalmysteryknight}
\includesample{sample001}
\includeproblem{dasort}
\includesample{sample001}
\includeproblem{amazing}
%\includesample{sample01}
\includeproblem{smoothedgardens}
\includesample{sample001}
\end{document}