Problem | bestplace |
---|---|
User | James7986 |
Submission Time | 2024-01-10 20:57:04 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
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)
| ^
bestplace.cpp:14:10: error: ‘inti’ was not declared in this scope; did you mean ‘int’?
14 | for (inti =0; i<= 1000;++i) {
| ^~~~
| int
bestplace.cpp:14:19: error: ‘i’ was not declared in this scope
14 | for (inti =0; i<= 1000;++i) {
| ^