Problem gotoschool
User squishychicken
Submission Time 2025-05-26 19:39:24
Score 0
Max Time N/A
Max Memory N/A

Compile Error

gotoschool.cpp: In function ‘int main()’:
gotoschool.cpp:19:21: error: ‘i’ was not declared in this scope
19 | for (int j = 0; i < N; ++i) {
| ^
gotoschool.cpp:23:21: error: ‘i’ was not declared in this scope
23 | for (int k = 0; i < N; ++i) {
| ^