BADAS logo

Séance 1 du 08/01/2026 : ICPC NAQ 2017 mock contest

Link to the contest

Some solutions are still missing, and you are welcome to fill them if you wish ! Just send a message on Discord !

Problem A

No solution yet


      Not yet available
    

Problem B

Djikstra with a small twist that can be easily bypassed

Problem C

Time limit in this one is a bit scary but it still passes with a brute force dp

Problem D

No solution yet


      Not yet available
    

Problem E

No solution yet


      Not yet available
    

Problem F

Simulating the robot takes some effort, but it's still an easy problem

Problem G

Problem H

The interpolation formula is good to keep in mind, and playing with doubles always requires caution

Problem I

Easiest of the problemset

Problem J

My implementation might be a bit tedious

Problem K

Description


      Not yet available
    

Problem L

Drawing the graph of the function helps a lot