Problem smurf
User JoshuaPyh
Submission Time 2024-01-23 08:37:09
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:15:9: error: ‘reverse’ was not declared in this scope
15 | reverse(result.begin(), result.end());
| ^~~~~~~