feat: problem partialy formatted
This commit is contained in:
18
longest-common-subsequence/longest-common-subsequence.tex
Normal file
18
longest-common-subsequence/longest-common-subsequence.tex
Normal file
@@ -0,0 +1,18 @@
|
||||
\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}
|
||||
Reference in New Issue
Block a user