Problem maximum
User DuckyKayden
Submission Time 2025-08-15 08:39:12
Score 0
Max Time N/A
Max Memory N/A

Compile Error

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