Problem ID | Title | AC |
---|---|---|
1498 Problem A | Polynomial Summation | Y |
1495 Problem B | Shopping | Y |
1439 Problem C | Minimum Difference | Y |
1496 Problem D | Matrix Swapping | Y |
1497 Problem E | Sequence Problem | Y |
Total Score = A + B + max(C, D) + E
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);