Problem maximum
User totallynotme
Submission Time 2025-02-21 15:24:40
Score 0
Max Time N/A
Max Memory N/A

Compile Error

maximum.cpp: In function ‘int main()’:
maximum.cpp:8:19: error: expected ‘;’ before ‘}’ token
8 | cout << max(a, b)
| ^
| ;
9 | }
| ~