-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathmain.tex
48 lines (45 loc) · 2.4 KB
/
main.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
\include{header}
\usetikzlibrary{arrows.meta,matrix,decorations.pathreplacing}
\title{UCPC 2020 본선 풀이}
\subtitle{Official Solutions}
\author{전국 대학생 프로그래밍 대회 동아리 연합}
\date{2020년 8월 1일}
\begin{document}
\setcounter{framenumber}{-1}
\frame{\titlepage}
\begin{frame} % No title at first slide
\begin{center}
\begin{tabular}{cl|l|l}
\hline
문제 & & 의도한 난이도 & 출제자 \\
\hline
\hline
\textbf{A} & 전단지 돌리기& \textbf{\color{acgold}Easy} & \texttt{cyberflower} \\
\textbf{B} & 던전 지도 & \textbf{\color{acgold}Easy} & \texttt{kdh9949} \\
\textbf{C} & 함수 복원 & \textbf{\color{acplatinum}Medium} & \texttt{moonrabbit2} \\
\textbf{D} & 소가 길을 건너간 이유 2020 & \textbf{\color{acplatinum}Medium} & \texttt{functionx} \\
\textbf{E} & 지도 설치 & \textbf{\color{acdiamond}Challenging} & \texttt{Diuven} \\
\textbf{F} & 애완 트리 & \textbf{\color{acdiamond}Hard} & \texttt{moonrabbit2} \\
\textbf{G} & 그건 망고가 아니라 고양이예요 & \textbf{\color{acplatinum}Medium} & \texttt{evenharder} \\
\textbf{H} & 레이저 연구소 & \textbf{\color{acdiamond}Challenging} & \texttt{ahgus89} \\
\textbf{I} & 빛의 전사 크리퓨어 & \textbf{\color{acdiamond}Hard} & \texttt{pichulia} \\
\textbf{J} & 관광 사업 & \textbf{\color{acruby}Challenging} & \texttt{moonrabbit2} \\
\textbf{K} & 데이터 제작 & \textbf{\color{acdiamond}Hard} & \texttt{jhnah917} \\
\textbf{L} & 피자 배틀 & \textbf{\color{acplatinum}Medium} & \texttt{16silver} \\
\hline
\end{tabular}
\end{center}
\end{frame}
\import{solutions/}{A-driving-leaflet.tex}
\import{solutions/}{B-dungeon-map.tex}
\import{solutions/}{C-function-restore.tex}
\import{solutions/}{D-cow-fly.tex}
\import{solutions/}{E-setting-maps.tex}
\import{solutions/}{F-pet-tree.tex}
\import{solutions/}{G-cat-not-mango.tex}
\import{solutions/}{H-laser-lab.tex}
\import{solutions/}{I-bitkriii.tex}
\import{solutions/}{J-tour.tex}
\import{solutions/}{K-v-e-f.tex}
\import{solutions/}{L-pizza-battle.tex}
\end{document}