Problem smurf
User Nikelodean
Submission Time 2026-02-07 11:36:08
Score 0
Max Time N/A
Max Memory N/A

Compile Error

smurf.cpp: In function ‘int main()’:
smurf.cpp:12:7: error: request for member ‘push_back’ in ‘ans’, which is of non-class type ‘std::vector<long long int>()’
12 | ans.push_back(arr[i]);
| ^~~~~~~~~
smurf.cpp:13:15: error: request for member ‘begin’ in ‘ans’, which is of non-class type ‘std::vector<long long int>()’
13 | reverse(ans.begin(), ans.end());
| ^~~~~
smurf.cpp:13:28: error: request for member ‘end’ in ‘ans’, which is of non-class type ‘std::vector<long long int>()’
13 | reverse(ans.begin(), ans.end());
| ^~~