Problem | goodchef |
---|---|
User | shoryu386 |
Submission Time | 2024-07-03 10:24:44 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
goodchef.cpp: In function ‘int main()’:
goodchef.cpp:38:37: error: ‘y’ was not declared in this scope
38 | for (int x = 0; x < n; x++) arr[y].pop();
| ^
goodchef.cpp:40:4: error: ‘else’ without a previous ‘if’
40 | else{
| ^~~~
goodchef.cpp: At global scope:
goodchef.cpp:45:1: error: expected declaration before ‘}’ token
45 | }
| ^