19 lines
307 B
TeX
19 lines
307 B
TeX
\documentclass{maratona}
|
|
|
|
\begin{document}
|
|
\begin{ProblemaAutor}{}{Maior Subsequência Comum}{1}{256}{}
|
|
|
|
|
|
|
|
\ExemploEntrada
|
|
\begin{Exemplo}
|
|
\texttt{abcde~ace} & \texttt{3}\\
|
|
\rowcolor{gray!20}\texttt{abc~abc} & \texttt{3}\\
|
|
\texttt{abc~hhh} & \texttt{0}\\
|
|
\end{Exemplo}
|
|
|
|
|
|
|
|
\end{ProblemaAutor}
|
|
\end{document}
|