Owl Get a Life
maximum.cpp: In function ‘int main()’:maximum.cpp:8:12: error: expected ‘;’ before ‘}’ token 8 | max({x,y}) | ^ | ; 9 | } | ~