Owl Get a Life
reverse.cpp: In function ‘int main()’:reverse.cpp:6:27: error: expected ‘;’ before ‘cin’ 6 | ios_base::sync_with_stdio | ^ | ; 7 | cin.tie(0); | ~~~