Problem ID | Title | AC |
---|---|---|
1443 Problem A | Canteen | |
1444 Problem B | Cinema | |
1357 Problem C | Classroom | |
1445 Problem D | Playroom | |
1342 Problem E | Library | |
1376 Problem F | Fencing Hall |
Java Fast I/O Template: https://paste.ubuntu.com/p/6ybMcVXvz5/
C++ disables the synchronization:
ios_base::sync_with_stdio(0), cin.tie(0), cout.tie(0);