Owl Get a Life
platonic.cpp: In function ‘int main()’:platonic.cpp:7:26: error: expected ‘;’ before ‘cout’ 7 | maximum = max(maximum,c) | ^ | ; 8 | cout << maximum; | ~~~~