Owl Get a Life
platonic5.cpp: In function ‘int main()’:platonic5.cpp:18:31: error: expected ‘;’ before ‘cout’ 18 | total = total + n - total / 2 | ^ | ; 19 | cout << total; | ~~~~