From Olympiads School, WCIPEG Migration
About
Java guru, C++ beginner.
Earliest Java submission to be accepted:
Mock CCO '18 Contest 4 Problem 5 - Spawn More Overlords
TLE '16 Contest 7 P6 - Everyone Hates Reading
DMPG '19 G5 - Hunting the White Whale
Another Contest 2 Problem 3 - Poutine
CCO '20 P2 - Exercise Deadlines
TLE '16 Contest 3 P5 - LAN Party
IOI '16 P6 - Aliens (Standard I/O)
DMOPC '20 Contest 1 P5 - Victor Takes Over Canada
Back to School '17: Hot and Cold
DMOPC '19 Contest 7 P5 - Soriya's Programming Project
VPEX P5 - Points Redistribution
Fastest Submission:
DWITE '12 R5 #3 - Triangle Count
Earliest Accepted Javascript Submission
final Exception up = new Exception("A fatal exception has occurred");
throw up; //What a mess
public static boolean isNaN(final double d){
return d != d;
}