| Problem | GSS |
|---|---|
| User | sharelletqx |
| Submission Time | 2026-07-11 09:25:25 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
GSS.cpp: In function ‘int main()’:
GSS.cpp:5:10: error: ‘i’ was not declared in this scope
5 | int arr[i];
| ^
GSS.cpp:8:8: error: ‘arr’ was not declared in this scope
8 | cin>>arr[i];
| ^~~