| Problem | assistance |
|---|---|
| User | MegaG |
| Submission Time | 2025-10-26 10:57:11 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
assistance.cpp: In function ‘int main()’:
assistance.cpp:15:16: error: expected ‘;’ before ‘}’ token
15 | cin >> arr[i]
| ^
| ;
16 | }
| ~
assistance.cpp:19:6: error: conflicting declaration ‘long long int arr [0]’
19 | int arr[0] = 100;
| ^~~
assistance.cpp:13:6: note: previous declaration as ‘long long int arr [5]’
13 | int arr[5];
| ^~~