-
Notifications
You must be signed in to change notification settings - Fork 0
/
main.tex
68 lines (63 loc) · 3.1 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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
\include{header}
\usetikzlibrary{arrows.meta,matrix,decorations.pathreplacing}
\title{2023 SW-IT Contest 해설}
\author{충남대학교 알고리즘 동아리 ANA}
\date{2023년 9월 17일}
\begin{document}
\setcounter{framenumber}{-1}
\frame{\titlepage}
\begin{frame}
\begin{center}
\begin{tabular}{cl|l|l}
\hline
문제 & & 의도한 난이도 & 출제자 \\
\hline
\hline
\textbf{A} & 스위트콘 가격 구하기& \textbf{\color{acbronze}Easy} & \texttt{ygonepiece} \\
\textbf{B} & 치즈버거 만들기 & \textbf{\color{acbronze}Easy} & \texttt{ygonepiece} \\
\textbf{C} & 지폐 세기 & \textbf{\color{acbronze}Easy} & \texttt{kangwlgns} \\
\textbf{D} & 알파벳 뒤집기 & \textbf{\color{acbronze}Easy} & \texttt{ygonepiece} \\
\textbf{E} & 타슈 & \textbf{\color{acbronze}Easy} & \texttt{kaorin} \\
\textbf{F} & 강의실 예약 시스템 & \textbf{\color{acsilver}Easy} & \texttt{kaorin} \\
\textbf{G} & 치즈버거 만들기 2 & \textbf{\color{acsilver}Medium} & \texttt{kaorin} \\
\textbf{H} & 순열 선물하기 & \textbf{\color{acsilver}Medium} & \texttt{kaorin} \\
\textbf{I} & 행사 준비 & \textbf{\color{acgold}Medium} & \texttt{kaorin} \\
\hline
\end{tabular}
\end{center}
\end{frame}
\begin{frame}
\begin{center}
\begin{tabular}{cl|l|l}
\hline
문제 & & 의도한 난이도 & 출제자 \\
\hline
\hline
\textbf{J} & 전구 상태 바꾸기 & \textbf{\color{acgold}Hard} & \texttt{ygonepiece} \\
\textbf{K} & 옥수수밭 & \textbf{\color{acgold}Hard} & \texttt{kaorin} \\
\textbf{L} & K의 배수 & \textbf{\color{acgold}Hard} & \texttt{kangwlgns} \\
\textbf{M} & 차원문 & \textbf{\color{acgold}Challenging} & \texttt{kaorin} \\
\textbf{N} & 비밀의 화원 & \textbf{\color{acplatinum}Challenging} & \texttt{kaorin} \\
\textbf{O} & 잃어버린 순수 & \textbf{\color{acplatinum}Challenging} & \texttt{hhs2003} \\
\textbf{P} & 도미노 수열 & \textbf{\color{acdiamond}Challenging} & \texttt{ygonepiece} \\
\hline
\end{tabular}
\end{center}
\end{frame}
\import{solutions/}{A-swit-con.tex}
\import{solutions/}{B-cheese-burger.tex}
\import{solutions/}{C-bill.tex}
\import{solutions/}{D-dbqp.tex}
\import{solutions/}{E-tashu.tex}
\import{solutions/}{F-lecture.tex}
\import{solutions/}{G-cheese-burger-2.tex}
\import{solutions/}{H-present.tex}
\import{solutions/}{I-event.tex}
\import{solutions/}{J-bulb.tex}
\import{solutions/}{K-corn-field.tex}
\import{solutions/}{L-multiple.tex}
\import{solutions/}{M-portal.tex}
\import{solutions/}{N-garden.tex}
\import{solutions/}{O-lost-pure.tex}
\import{solutions/}{P-domino.tex}
\end{document}