Problem maximum
User Jellofish0406
Submission Time 2025-02-08 14:10:14
Score 0
Max Time N/A
Max Memory N/A

Compile Error

maximum.cpp: In function ‘int32_t main()’:
maximum.cpp:19:18: error: expected ‘;’ before ‘}’ token
19 | cout << a
| ^
| ;
20 | }
| ~