From d2e24532b6cba8b719775904205ae01eba6b6b8c Mon Sep 17 00:00:00 2001 From: Paul Jungeblut Date: Sun, 19 Nov 2017 22:39:12 +0100 Subject: Removing old lines form others section and moving others together. --- other/other.tex | 14 +++----------- 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 - -// 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 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 Binary files a/tcr.pdf and b/tcr.pdf differ -- cgit v1.2.3