Problem bestplace
User James7986
Submission Time 2024-01-10 20:57:16
Score 0
Max Time N/A
Max Memory N/A

Compile Error

bestplace.cpp: In function ‘int main()’:
bestplace.cpp:10:10: error: ‘inti’ was not declared in this scope; did you mean ‘int’?
10 | for (inti =0; i< N; ++i)
| ^~~~
| int
bestplace.cpp:10:19: error: ‘i’ was not declared in this scope
10 | for (inti =0; i< N; ++i)
| ^