From Marc Garneau C.I., Olympiads School, University of Toronto, University of Waterloo
About
Jack Lee
MGCI → UofT Physical and Mathematical Sciences → UWaterloo CS
I probably don't go to Olympiads, who knows?
Tester for CF619!
Tester for CF Global Round 7!
Tester for CF697!
Setup
Computer: Macbook Pro 13 (2016) with Touch Bar (256GB)
Language: C++17
"IDE": Sublime Text
Progress Timeline
Another Contest 5 (the first contest I wrote and didn't do very well on) got unrated, so my DMOJ rating timeline is a bit wonky.
06/23/2019: Started CP
07/04/2019: Started Learning C++
07/14/2019: 200 Points
07/20/2019: First Contest
08/24/2019: 300 Points
08/26/2019: First 20p
09/09/2019: Blue
10/14/2019: Purple
10/29/2019: 400 Points
12/14/2019: Codeforces Expert
12/19/2019: Yellow
03/31/2020: Codeforces CM
08/20/2020: First 25p
08/21/2020: Codeforces Master
01/24/2021: Red / First Top 10 Placing
People
KevinWan george_chen Plasmatic AQT zxyl crackersamdjam tankibuds kevinyang Aaeria
Dan13llljws piddddgy JoshuaL
p1geon Bobliu Darcy_Liu richardzhang kdrkdr
little_prince Dedward 682x
u_yousafzai54 DuckyDigs
kumar18
Positron thebigsad Mibby1 victorjjliu serena_meng21 doruuu
Code Template
#include <bits/stdc++.h>
using namespace std;
#define int long long
signed main(){
cin.tie(nullptr)->sync_with_stdio(false);
}