Trezor
Mirko decided to open a new business – bank vaults. A branch of the bank can be visualized in a plane, vaults being points in the plane. Mirko's branch contains exactly L·(A+1+B) vaults, so that each point with integer coordinates inside the rectangle with corners (1, −A) and (L, B) contains one vault.
The vaults are watched by two guards – one at (0, −A), the other at (0, B). A guard can see a vault if there are no other vaults on the line segment connecting them. A vault is not secure if neither guard can see it, secure if only one guard can see it and super-secure if both guards can see it. Given A, B and L, output the number of insecure, secure and super-secure vaults.
1 1
3Output:
2
2
52 3
4Output:
0
8
167 11
1000000Output:
6723409
2301730
9974861
Submit solution
Coming laterThe grading service will be connected in a later migration step. You can inspect the task and your previous results now.