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