summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGloria Mundi <gloria@gloria-mundi.eu>2025-11-19 02:24:39 +0100
committerGloria Mundi <gloria@gloria-mundi.eu>2025-11-19 02:24:39 +0100
commit64e29a2371a562c6306763220ce69d90032c2015 (patch)
treee75b2494fccc6bdfa5fa11a66139577bd2ad1e88
parent17232918b51d27500af905dc3d3d82cd43d6ddf5 (diff)
shorten template to fit on pages
-rw-r--r--content/template/template.cpp6
1 files changed, 1 insertions, 5 deletions
diff --git a/content/template/template.cpp b/content/template/template.cpp
index 7c92f09..ca99bf6 100644
--- a/content/template/template.cpp
+++ b/content/template/template.cpp
@@ -1,13 +1,9 @@
#include <bits/stdc++.h>
using namespace std;
-using ii = pair<int, int>;
-using vi = vector<int>;
using ll = long long;
-using ld = long double;
-void solve() {
-}
+void solve() { }
int main() {
cin.tie(0)->sync_with_stdio(0);