From Olympiads School
About
Hi! I'm Evan :)
I am just someone currently doing competitive programming for fun, and have been doing it for a few months now.
Number of visitors:
My Codeforces account: https://codeforces.com/profile/Evang
Add me as a friend on discord! I need to talk to more coders.
Discord username: Evang#4541
Lengedary people
samliu12 why are you so good >:(
wuming233 is too fast when he codes (and OP)
Bruh InkJoy how did you get perfect on the 2020 December USACO Silver?? (Maybe it's because he's too OP?)
Ontario chad: ThingExplainer <- this kid is so organized, is damn pourpel on dmoj, solved 4 problems on Codeforces Goodbye 2020 and is so consistent on dmoj :O (go check him out)
Try to find an easter egg in my C++ template (message me on discord if you want to know what the easter egg is):
#include <bits/stdc++.h>
#ifdef _DEBUG
#define dout(x) clog << "Line " << __LINE__ << ": " << #x << "=" << (x) << el
#else
#pragma GCC optimize("Ofast,unroll-loops")
#pragma GCC target("avx,avx2,fma")
#define dout(x)
#endif
using namespace std;
#define MP(a, b) make_pair(a, b)
#define PB(x) push_back(x)
#define EB(args...) emplace_back(args)
#define F first
#define S second
#define die exit(0)
template<typename T>
using vc = vector<T>;
template<typename T>
using uset = unordered_set<T>;
template<typename A, typename B>
using umap = unordered_map<A, B>;
template<typename T, typename Comp = less<T>>
using pq = priority_queue<T, vc<T>, Comp>;
template<typename T>
using minpq = pq<T, greater<T>>;
using db = double;
using ld = long double;
using ll = long long;
using ull = unsigned long long;
using pii = pair<int, int>;
using ppi = pair<pii, int>;
using vi = vc<int>;
using vii = vc<pii>;
constexpr char el = '\n';
constexpr char sp = ' ';
constexpr int INF = 0x3f3f3f3f;
constexpr ll LLINF = 0x3f3f3f3f3f3f3f3fLL;
// ---------------------------------------------------------------------
signed main() {
ios_base::sync_with_stdio(0); cin.tie(0);
cout << fixed; clog << fixed;
#ifdef _DEBUG
freopen("input.txt", "r", stdin);
freopen("output.txt", "w", stdout);
freopen("debug.txt", "w", stderr);
#endif
}
AHEM the 5th, 6th, 40th, and 41st lines were totally not copied from ThingExplainer at all AHEM
A detailed list of my most honourable achievements
- making bruce laugh
- being samliu12's friend
- being ThingExplainer's friend