Problem | ballgame |
---|---|
User | shoryu386 |
Submission Time | 2024-12-14 02:02:10 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
ballgame.cpp: In function ‘std::vector<long long int> discretize(std::vector<long long int>)’:
ballgame.cpp:21:10: error: ‘ll’ was not declared in this scope; did you mean ‘l’?
21 | for (ll i = 0; i < V.size(); i++){
| ^~
| l
ballgame.cpp:21:20: error: ‘i’ was not declared in this scope
21 | for (ll i = 0; i < V.size(); i++){
| ^