Problem maximum
User hyishigh
Submission Time 2024-12-04 13:14:16
Score 0
Max Time N/A
Max Memory N/A

Compile Error

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