Problem ballgame
User nguyendinhanh1508
Submission Time 2024-12-13 20:17:34
Score 0
Max Time N/A
Max Memory N/A

Compile Error

ballgame.cpp: In function ‘int recur(int)’:
ballgame.cpp:18:21: error: expected ‘;’ before ‘}’ token
18 | ans %= 1000000007
| ^
| ;
19 | }
| ~