| Problem | GSS |
|---|---|
| User | cheryltkx |
| Submission Time | 2026-07-11 09:35:06 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
GSS.cpp: In function ‘int main()’:
GSS.cpp:8:8: error: ‘arr’ was not declared in this scope
8 | cin>>arr[i];
| ^~~
GSS.cpp:19:2: error: expected ‘}’ at end of input
19 | }
| ^
GSS.cpp:3:12: note: to match this ‘{’
3 | int main (){
| ^