diff options
| author | kittobi1992 <kittobi1992@users.noreply.github.com> | 2014-11-25 17:07:12 +0100 |
|---|---|---|
| committer | kittobi1992 <kittobi1992@users.noreply.github.com> | 2014-11-25 17:07:12 +0100 |
| commit | 083aca7f730fec966e384f80a902b062f4c3b799 (patch) | |
| tree | 763b80cb086515176ec8e026d3f3ab389a7e2aee | |
| parent | b6f8490a4d50486042624a26fa7cec8eb69bbc9d (diff) | |
Adding Roman Literal Converting
| -rw-r--r-- | sonstiges/sonstiges.tex | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sonstiges/sonstiges.tex b/sonstiges/sonstiges.tex index e7fd5cc..8960a8a 100644 --- a/sonstiges/sonstiges.tex +++ b/sonstiges/sonstiges.tex @@ -19,3 +19,6 @@ Wenn die Eingabe aus einem kleinen Intervall $\left[0, n\right)$ stammt ist Buck \subsubsection{Bit Operations} \lstinputlisting{sonstiges/bitOps.cpp} + +\subsubsection{Roman-Literal-Converting} +\lstinputlisting{sonstiges/Roman.cpp} |
