Problem maximum
User jonwwshan
Submission Time 2026-05-01 21:06:10
Score 0
Max Time N/A
Max Memory N/A

Compile Error

maximum.cpp: In function ‘int32_t main()’:
maximum.cpp:12:15: error: expected ‘;’ before ‘}’ token
12 | cout << num2
| ^
| ;
13 | }
| ~