-
Notifications
You must be signed in to change notification settings - Fork 0
/
base.cpp
21 lines (21 loc) · 1.21 KB
/
base.cpp
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
#include <bits/stdc++.h>
using namespace std;
#define fst ios_base::sync_with_stdio(0); cin.tie(NULL); cout.tie(NULL);
int main(){
fst
int
return 0;
}
/*
___ ___ ___ ___ ___ ___
/\__\ ___ /\ \ /\__\ /\__\ /\ \ /\ \
/ / / /\ \ / \ \ / / / / / / / \ \ / \ \
/ /__/ \ \ \ / /\ \ \ / /__/ / /__/ / /\ \ \ / /\ \ \
/ \ \ ___ / \__\ / / \ \ \ / \ \ ___ / \__\____ / \ \ \ \ _\ \ \ \ \
/ /\ \ /\__\ __/ /\/__/ / /__/ \ \__\ / /\ \ /\__\ / /\ ___\__\ / /\ \ \ \__\ /\ \ \ \ \__\
\/__\ \/ / / /\/ / / \ \ \ \/__/ \/__\ \/ / / \/_| | | \/__\ \/ / / \ \ \ \ \/__/
\ / / \ /__/ \ \ \ \ / / | | | \ / / \ \ \ \__\
/ / / \ \__\ \ \ \ / / / | | | / / / \ \/ / /
/ / / \/__/ \ \__\ / / / | | | / / / \ / /
\/__/ \/__/ \/__/ \|__| \/__/ \/__/
*/