Problem ballgame
User zyh255
Submission Time 2023-02-06 08:43:52
Score 0
Max Time N/A
Max Memory N/A

Compile Error

ballgame.cpp:8:9: error: ‘ll’ does not name a type
8 | typedef ll long long
| ^~
ballgame.cpp: In function ‘int dp(int, int, int, int, int*, int*, int*, int)’:
ballgame.cpp:42:11: error: ‘INF’ was not declared in this scope
42 | return -INF;
| ^~~