diff options
| author | Paul Jungeblut <paul.jungeblut@gmail.com> | 2016-04-24 10:46:02 +0200 |
|---|---|---|
| committer | Paul Jungeblut <paul.jungeblut@gmail.com> | 2016-04-24 10:46:02 +0200 |
| commit | 86978d60f8d2148362119fdccf680320a50dcc1f (patch) | |
| tree | 087bd1b1f94f14d520808d634cee4ae28af81360 /convenience/convenience.tex | |
| parent | 71963a0e396b6781d39bf9c3dfe2e76e44d9f5a2 (diff) | |
Adding 3D spheres and some small changes to KMP.
Diffstat (limited to 'convenience/convenience.tex')
| -rw-r--r-- | convenience/convenience.tex | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/convenience/convenience.tex b/convenience/convenience.tex index 04964f9..70f9ad9 100644 --- a/convenience/convenience.tex +++ b/convenience/convenience.tex @@ -3,11 +3,11 @@ \subsection{Zeileneingabe} \lstinputlisting{convenience/split.cpp} -\subsection{Template} -\lstinputlisting{convenience/template.cpp} - \subsection{Sonstiges} \begin{lstlisting} +// Alles-Haeder. +#include <bits/stdc++.h> + // Setzt das deutsche Tastaturlayout. setxkbmap de @@ -16,4 +16,7 @@ ios::sync_with_stdio(false); // Set mit eigener Sortierfunktion. Typ muss nicht explizit angegeben werden. set<point2, decltype(comp)> set1(comp); + +// PI +#define PI (2*acos(0)) \end{lstlisting} |
