Problem smurf
User JoshuaPyh
Submission Time 2024-01-23 08:36:59
Score 0
Max Time N/A
Max Memory N/A

Compile Error

smurf.cpp: In function ‘std::vector<int> new_order_of_smurfs(int, std::vector<int>&)’:
smurf.cpp:11:9: error: ‘reverse’ was not declared in this scope
11 | reverse(result.begin(), result.end());
| ^~~~~~~