Problem smurf
User blob
Submission Time 2023-11-10 13:39:04
Score 0
Max Time N/A
Max Memory N/A

Compile Error

smurf.cpp: In function ‘int main()’:
smurf.cpp:9:9: error: ‘i’ was not declared in this scope
9 | while (i<n){
| ^
smurf.cpp:10:16: error: missing template arguments before ‘[’ token
10 | cout << array[i]
| ^