diff --git a/chapter01.tex b/chapter01.tex index 12e7f01..f921e08 100644 --- a/chapter01.tex +++ b/chapter01.tex @@ -83,9 +83,9 @@ which can be used in most contests nowadays. If you cannot program in C++ yet, now is a good time to start learning. -\subsubsection{C++ template} +\subsubsection{C++ code template} -A typical C++ template for competitive programming +A typical C++ code template for competitive programming looks like this: \begin{lstlisting}