Problem smurf
User nzx
Submission Time 2025-11-25 08:42:11
Score 0
Max Time N/A
Max Memory N/A

Compile Error

smurf.cpp: In function ‘int main()’:
smurf.cpp:10:10: error: ‘arr’ was not declared in this scope
10 | cin >> arr[i];
| ^~~
smurf.cpp:12:15: error: ‘arr’ was not declared in this scope
12 | de.push_back(arr[0]);
| ^~~