Owl Get a Life
maximum.cpp: In function ‘int32_t main()’:maximum.cpp:8:23: error: expected ‘;’ before ‘}’ token 8 | cout << (a>b ? a : b) | ^ | ; 9 | } | ~