summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Jungeblut <paul.jungeblut@gmail.com>2017-11-19 22:39:12 +0100
committerPaul Jungeblut <paul.jungeblut@gmail.com>2017-11-19 22:39:12 +0100
commitd2e24532b6cba8b719775904205ae01eba6b6b8c (patch)
tree21ff1e11c699a13969fe2c21bdd7fee5b2147c69
parent34c8d6494e4eccdf781e194d0f39c7b7f9089f87 (diff)
Removing old lines form others section and moving others together.
-rw-r--r--other/other.tex14
-rw-r--r--tcr.pdfbin308964 -> 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}
diff --git a/tcr.pdf b/tcr.pdf
index 4b95c20..4065b79 100644
--- a/tcr.pdf
+++ b/tcr.pdf
Binary files differ