Owl Get a Life
maximum.cpp: In function ‘int main()’:maximum.cpp:6:15: error: expected ‘;’ before ‘cout’ 6 | cin >> a >> b | ^ | ; 7 | cout << max(a, b) << "\n"; | ~~~~