Owl Get a Life
platonic4.cpp: In function ‘int mained()’:platonic4.cpp:8:37: error: expected ‘;’ before ‘cin’ 8 | ios_base::sync_with_stdio(false) | ^ | ; 9 | cin.tie(0); | ~~~