Owl Get a Life
platonic4.cpp: In function ‘int main()’:platonic4.cpp:13:32: error: expected ‘;’ before ‘}’ token 13 | else cout << (b-a)/2 << "\n;" | ^ | ; 14 | } | ~