Problem | gotoschool |
---|---|
User | Leeyee |
Submission Time | 2025-08-22 17:06:55 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
gotoschool.cpp: In function ‘int main()’:
gotoschool.cpp:15:2: error: expected initializer before ‘for’
15 | for (int i = 0; i<a; i++){
| ^~~
gotoschool.cpp:15:18: error: ‘i’ was not declared in this scope
15 | for (int i = 0; i<a; i++){
| ^
gotoschool.cpp:19:7: error: ‘v’ was not declared in this scope
19 | sort(v.begin(),v.end(),comparator);
| ^
gotoschool.cpp:20:26: error: expected ‘;’ before ‘)’ token
20 | for (int i = 0; i<a, i++){
| ^
| ;