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{xcolor}
|
||||
\usepackage{enumitem}
|
||||
|
||||
\usepackage{comment}
|
||||
% Page layout
|
||||
\geometry{margin=1in}
|
||||
\pagestyle{fancy}
|
||||
@@ -54,7 +54,7 @@
|
||||
\item For each problem, write a function or program according to the specified input/output format.
|
||||
\item Clearly comment your code if necessary.
|
||||
\end{enumerate}
|
||||
|
||||
\begin{comment}
|
||||
% ========================= Problem 1 =========================
|
||||
\problem{Problem 1: Two Sum}
|
||||
\textit{Difficulty: Easy}
|
||||
@@ -140,9 +140,9 @@ Output:
|
||||
8 10
|
||||
15 18
|
||||
\end{verbatim}
|
||||
|
||||
\end{comment}
|
||||
% ========================= Problem 4 =========================
|
||||
\problem{Problem 4: Six Seven}
|
||||
\problem{Problem 6(.7): Six Seven}
|
||||
\textit{Difficulty: Easy}
|
||||
\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:
|
||||
|
||||
Reference in New Issue
Block a user