diff options
| author | Gloria Mundi <gloria@gloria-mundi.eu> | 2025-11-19 02:24:39 +0100 |
|---|---|---|
| committer | Gloria Mundi <gloria@gloria-mundi.eu> | 2025-11-19 02:24:39 +0100 |
| commit | 64e29a2371a562c6306763220ce69d90032c2015 (patch) | |
| tree | e75b2494fccc6bdfa5fa11a66139577bd2ad1e88 | |
| parent | 17232918b51d27500af905dc3d3d82cd43d6ddf5 (diff) | |
shorten template to fit on pages
| -rw-r--r-- | content/template/template.cpp | 6 |
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); |
