Problem smurf
User Tez
Submission Time 2023-11-10 15:19:29
Score 0
Max Time N/A
Max Memory N/A

Compile Error

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