Problem shortest
User oiu890
Submission Time 2024-02-04 15:58:58
Score 0
Max Time N/A
Max Memory N/A

Compile Error

shortest.cpp: In function ‘std::string add(std::string, std::string)’:
shortest.cpp:21:10: error: ‘reverse’ is not a member of ‘std’
21 | std::reverse(result.begin(), result.end());
| ^~~~~~~