For this problem, you just need to solve part 1 (Subtasks 1 to 5). Scores for the subtasks had been scaled up to 100 points.
As such, you only need to implement the procedure void play1(int N)
.
Do note that you have to use #include "stagegames_part1.h"
instead of #include "stagegames.h"
.
Part 2 of the problem is available at stagegames_part2
.
Subtask | Score |
---|---|
1 | 24 |
2 | 30 |
3 | 18 |
4 | 28 |
5 | 0 |