a few edits
This commit is contained in:
BIN
exam/packet.pdf
BIN
exam/packet.pdf
Binary file not shown.
@@ -6,7 +6,7 @@
|
|||||||
\usepackage{listings}
|
\usepackage{listings}
|
||||||
\usepackage{xcolor}
|
\usepackage{xcolor}
|
||||||
\usepackage{enumitem}
|
\usepackage{enumitem}
|
||||||
|
\usepackage{comment}
|
||||||
% Page layout
|
% Page layout
|
||||||
\geometry{margin=1in}
|
\geometry{margin=1in}
|
||||||
\pagestyle{fancy}
|
\pagestyle{fancy}
|
||||||
@@ -54,7 +54,7 @@
|
|||||||
\item For each problem, write a function or program according to the specified input/output format.
|
\item For each problem, write a function or program according to the specified input/output format.
|
||||||
\item Clearly comment your code if necessary.
|
\item Clearly comment your code if necessary.
|
||||||
\end{enumerate}
|
\end{enumerate}
|
||||||
|
\begin{comment}
|
||||||
% ========================= Problem 1 =========================
|
% ========================= Problem 1 =========================
|
||||||
\problem{Problem 1: Two Sum}
|
\problem{Problem 1: Two Sum}
|
||||||
\textit{Difficulty: Easy}
|
\textit{Difficulty: Easy}
|
||||||
@@ -140,9 +140,9 @@ Output:
|
|||||||
8 10
|
8 10
|
||||||
15 18
|
15 18
|
||||||
\end{verbatim}
|
\end{verbatim}
|
||||||
|
\end{comment}
|
||||||
% ========================= Problem 4 =========================
|
% ========================= Problem 4 =========================
|
||||||
\problem{Problem 4: Six Seven}
|
\problem{Problem 6(.7): Six Seven}
|
||||||
\textit{Difficulty: Easy}
|
\textit{Difficulty: Easy}
|
||||||
\begin{itemize}
|
\begin{itemize}
|
||||||
You are given a string S composed of only the characters ‘6', ‘7’, ‘A', ‘B', and ‘\#' (without the quotation marks). This string is processed from left to right, and you must maintain a sequence of chracters that changes according to these rules:
|
You are given a string S composed of only the characters ‘6', ‘7’, ‘A', ‘B', and ‘\#' (without the quotation marks). This string is processed from left to right, and you must maintain a sequence of chracters that changes according to these rules:
|
||||||
|
|||||||
Reference in New Issue
Block a user