Owl Get a Life
platonic9.cpp: In function ‘int main()’:platonic9.cpp:19:31: error: expected ‘;’ before ‘}’ token 19 | reverse(ls.begin(),ls.end()) | ^ | ; 20 | } | ~