Problem | bestplace |
---|---|
User | horse3903 |
Submission Time | 2023-11-10 15:06:24 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
bestplace.cpp: In function ‘int main()’:
bestplace.cpp:39:14: error: expected ‘;’ before ‘for’
39 | d = 0
| ^
| ;
40 | for (ll i = 0; i < n; i++){
| ~~~
bestplace.cpp:40:24: error: ‘i’ was not declared in this scope
40 | for (ll i = 0; i < n; i++){
| ^
bestplace.cpp:50:14: error: expected ‘;’ before ‘for’
50 | d = 0
| ^
| ;
51 | for (ll i = 0; i < n; i++){
| ~~~
bestplace.cpp:51:24: error: ‘i’ was not declared in this scope
51 | for (ll i = 0; i < n; i++){
| ^