Problem smurf
User Schoolpurposes
Submission Time 2025-02-14 19:21:23
Score 0
Max Time N/A
Max Memory N/A

Compile Error

smurf.cpp: In function ‘int32_t main()’:
smurf.cpp:11:16: error: ‘input’ was not declared in this scope; did you mean ‘intput’?
11 | cin >> input[i];
| ^~~~~
| intput
smurf.cpp:14:25: error: ‘input’ was not declared in this scope; did you mean ‘intput’?
14 | order.push_back(input[i]);
| ^~~~~
| intput