Problem hieroglyphs_ioi24
User RaphaelTanKaiJie1000
Submission Time 2025-06-16 20:50:38
Score 0
Max Time N/A
Max Memory N/A

Compile Error

hieroglyphs_ioi24.cpp: In function ‘std::vector<int> computeLCS(const std::vector<int>&, const std::vector<int>&)’:
hieroglyphs_ioi24.cpp:33:5: error: ‘reverse’ was not declared in this scope
33 | reverse(lcs.begin(), lcs.end());
| ^~~~~~~