-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathproblems-div2.tex
87 lines (59 loc) · 1.59 KB
/
problems-div2.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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
\documentclass[11pt,a4paper,oneside,final]{article}
\usepackage{algospot-sty/algospot}
\usepackage{csquotes}
\usepackage{tabularx}
\usepackage{graphicx}
\usepackage{subcaption}
\title{2017 서울대학교 프로그래밍 경시대회 - Division 2}
\date{2017년 9월 10일}
\begin{document}
\begin{titlepage}
\begin{center}
\vspace*{3cm}
\textsc{\Huge2017}\\[0.5cm]
\textsc{\Huge서울대학교 프로그래밍 경시대회}\\[1cm]
\textsc{\Huge Division 2}\\[1cm]
\vspace{1.6cm}
\textsc{\large주최 및 주관}\\[0.0cm]
\begin{center}
\includegraphics[width=0.4\textwidth]{snups.png}
\end{center}
\vspace{1cm}
\textsc{\large후원}\\[0.0cm]
\begin{center}
\includegraphics[width=0.4\textwidth]{naver.jpg}
\end{center}
\begin{center}
\includegraphics[width=0.37\textwidth]{snucse-logo.png}
\end{center}
\vspace{1cm}
\textsc{\Large \THEDATE}\\[0.5cm]
\vspace*{\fill}
\end{center}
\end{titlepage}
\subimport{./}{intro}
\newpage
문제별 시간 제한은 다음과 같습니다.
\begin{itemize}
\item A : 0.5 s
\item B : 0.5 s
\item C : 1.0 s
\item D : 1.0 s
\item E : 1.0 s
\item F : 1.0 s
\item G : 1.5 s
\item H : 1.0 s
\item I : 0.5 s
\end{itemize}
문제별 메모리 제한은 모든 문제에 대해 512MB로 동일합니다.
\newpage
\subimport{./problems/fox/}{problem}
\subimport{./problems/clock/}{problem}
\subimport{./problems/tile/}{problem}
\subimport{./problems/climb/}{problem}
\subimport{./problems/nemo/}{problem}
\subimport{./problems/parrot/}{problem}
\subimport{./problems/bus/}{problem}
\subimport{./problems/red/}{problem}
\subimport{./problems/slime/}{problem}
\end{document}