Owl Get a Life
platonic5.cpp: In function ‘int main()’:platonic5.cpp:21:28: error: expected ‘;’ before ‘}’ token 21 | total = total * 2 + n - 1 | ^ | ; 22 | } | ~