Problem | ballgame |
---|---|
User | PlayVoltz |
Submission Time | 2023-12-12 18:58:39 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
ballgame.cpp:12:10: error: ‘tp’ was not declared in this scope; did you mean ‘tm’?
12 | int ms = tp.tv_sec * 1000 + tp.tv_usec / 1000;
| ^~
| tm
ballgame.cpp:12:29: error: ‘tp’ was not declared in this scope; did you mean ‘tm’?
12 | int ms = tp.tv_sec * 1000 + tp.tv_usec / 1000;
| ^~
| tm