Problem | brick |
---|---|
User | JoshuaPyh |
Submission Time | 2024-01-23 08:39:49 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
brick.cpp: In function ‘std::vector<int> findStackOrder(int, const std::vector<int>&)’:
brick.cpp:23:5: error: ‘reverse’ was not declared in this scope
23 | reverse(result.begin(), result.end());
| ^~~~~~~