Problem ballgame
User PlayVoltz
Submission Time 2023-12-12 18:58:28
Score 0
Max Time N/A
Max Memory N/A

Compile Error

ballgame.cpp:5:18: error: ‘long long long’ is too long for GCC
5 | #define int long long
| ^~~~
ballgame.cpp:12:6: note: in expansion of macro ‘int’
12 | long int ms = tp.tv_sec * 1000 + tp.tv_usec / 1000;
| ^~~
ballgame.cpp:12:15: error: ‘tp’ was not declared in this scope; did you mean ‘tm’?
12 | long int ms = tp.tv_sec * 1000 + tp.tv_usec / 1000;
| ^~
| tm
ballgame.cpp:12:34: error: ‘tp’ was not declared in this scope; did you mean ‘tm’?
12 | long int ms = tp.tv_sec * 1000 + tp.tv_usec / 1000;
| ^~
| tm