defense/src/lst/intro/loop_par.tex

5 lines
77 B
TeX

\begin{cppcode}
for(int i = 0; i < N; ++i)
a[i] = a[i] + 1;
\end{cppcode}