Problem | duckbuttons |
---|---|
User | superG |
Submission Time | 2025-06-28 16:18:16 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
duckbuttons.cpp: In function ‘int main()’:
duckbuttons.cpp:19:16: error: expected ‘;’ before ‘}’ token
19 | cin >> arr[i]
| ^
| ;
20 | }
| ~
duckbuttons.cpp:22:15: error: ‘i’ was not declared in this scope
22 | cout << arr[i];
| ^