From Marc Garneau C.I., Olympiads School, University of Toronto, University of Waterloo
About
Jack Lee
Not formally retired, but at the time of writing I haven't even logged into this account for almost a year, so I guess by definition I am. It really feels bittersweet to admit that I've let go of this part of my life, especially because of the impact it's had on me.
Thanks for the memories, especially if you're one of the people in the list below! It wouldn't have been nearly as fun without you guys :')
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 14 (M1 Pro, 1TB)
- Language: C++17
- Compiler: Latest g++
- "IDE": Sublime Text
Progress Timeline
Not anymore accurate due to rating system changes
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 kevinyang
Dan13llljws tankibuds
JoshuaL p1geon Bobliu richardzhang kdrkdr
little_prince Dedward Darcy_Liu
u_yousafzai54 DuckyDigs 682x kumar18 Aaeria piddddgy
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);
}