Problem | smurf |
---|---|
User | TheInvadr |
Submission Time | 2023-01-04 23:07:01 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
smurf.cpp: In function ‘int main()’:
smurf.cpp:7:34: error: expected ‘;’ before ‘int’
7 | ios_base::sync_with_stdio(false)
| ^
| ;
8 | int n;
| ~~~
smurf.cpp:9:10: error: ‘n’ was not declared in this scope
9 | cin >> n;
| ^
smurf.cpp:21:14: error: ‘arr’ was not declared in this scope
21 | cin >> arr[currIdx];
| ^~~
smurf.cpp:25:15: error: ‘arr’ was not declared in this scope
25 | cout << arr[i] << " ";
| ^~~