Hello, world
The first entry in the logbook, and what this blog is for.
Every contest starts the same way. You open problem A, write main, and print something to make sure the judge is listening.
#include <bits/stdc++.h>
int main() {
std::cout << "Hello, world\n";
}
This entry is that line for Field Notes.
What comes next: stories from the work, from Pendle to problem setting to contests; algorithms worth explaining properly; and the occasional flex. Some entries will be in English, some in Vietnamese.
The judge is listening. More soon.