Problem gotoschool
User k3nnaaa
Submission Time 2026-02-14 11:26:20
Score 0
Max Time N/A
Max Memory N/A

Compile Error

gotoschool.cpp: In function ‘int main()’:
gotoschool.cpp:8:13: error: expected primary-expression before ‘]’ token
8 | cin >> stu[]
| ^
gotoschool.cpp:9:18: error: ‘i’ was not declared in this scope
9 | for (int i = 1; i <= N; i++) {
| ^