summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormzuenni <michi.zuendorf@gmail.com>2023-02-23 18:31:24 +0100
committermzuenni <michi.zuendorf@gmail.com>2023-02-23 18:31:24 +0100
commit7c5258421f636dfd59721ea943902336d8b5387f (patch)
tree277de43751f0a83017851c591e122c087b06a391
parent13012f4c4ec7fcb9ca22f1690480c2b1876a57e5 (diff)
improved template
-rw-r--r--tcr.pdfbin649431 -> 649154 bytes
-rw-r--r--template/template.cpp15
2 files changed, 7 insertions, 8 deletions
diff --git a/tcr.pdf b/tcr.pdf
index 6cf4338..c159520 100644
--- a/tcr.pdf
+++ b/tcr.pdf
Binary files differ
diff --git a/template/template.cpp b/template/template.cpp
index 9ee3233..c40bcd5 100644
--- a/template/template.cpp
+++ b/template/template.cpp
@@ -1,18 +1,17 @@
#include <bits/stdc++.h>
using namespace std;
-
+
#define fora(i, n) for (int i = 0; i < n; ++i)
#define forb(i, n) for (int i = 1; i <= n; ++i)
-#define all(x) begin(x), end(x)
-#define sz(x) (ll)(x).size()
+#define all(x) begin(x), end(x)
+#define sz(x) (ll)size(x)
#define _ << " " <<
#define debug(x) #x << " = " << (x)
-
+
using ll = long long;
using ld = long double;
-using pii = std::pair<int, int>;
int main() {
- std::ios::sync_with_stdio(false);
- std::cin.tie(nullptr);
-}
+ ios::sync_with_stdio(false);
+ cin.tie(nullptr);
+}