diff options
| author | Paul Jungeblut <paul.jungeblut@gmail.com> | 2017-11-19 22:39:12 +0100 |
|---|---|---|
| committer | Paul Jungeblut <paul.jungeblut@gmail.com> | 2017-11-19 22:39:12 +0100 |
| commit | d2e24532b6cba8b719775904205ae01eba6b6b8c (patch) | |
| tree | 21ff1e11c699a13969fe2c21bdd7fee5b2147c69 | |
| parent | 34c8d6494e4eccdf781e194d0f39c7b7f9089f87 (diff) | |
Removing old lines form others section and moving others together.
| -rw-r--r-- | other/other.tex | 14 | ||||
| -rw-r--r-- | tcr.pdf | bin | 308964 -> 308500 bytes |
2 files changed, 3 insertions, 11 deletions
diff --git a/other/other.tex b/other/other.tex index b77f0b0..d9ac362 100644 --- a/other/other.tex +++ b/other/other.tex @@ -16,24 +16,16 @@ \begin{lstlisting} // Alles-Header. #include <bits/stdc++.h> - -// Setzt das deutsche Tastaturlayout. -setxkbmap de - // Schnelle Ein-/Ausgabe mit cin/cout. ios::sync_with_stdio(false); - -// Set mit eigener Sortierfunktion. Typ muss nicht explizit angegeben werden. +cin.tie(NULL); +// Set mit eigener Sortierfunktion. set<point2, decltype(comp)> set1(comp); - // PI #define PI (2*acos(0)) - // STL-Debugging, Compiler flags. -D_GLIBCXX_DEBUG -#define _GLIBCXX_DEBUG - -// 128-Bit Integer/Float. Muss zum Einlesen/Ausgeben in einen int oder long long gecastet werden. +// 128-Bit Integer/Float. Zum Einlesen/Ausgeben in long long casten. __int128, __float128 \end{lstlisting} |
