a few edits

This commit is contained in:
2025-11-22 22:18:13 -06:00
parent a611b3e40b
commit 9bbc21155b
2 changed files with 4 additions and 4 deletions

Binary file not shown.

View File

@@ -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: