Problem maximum
User tinyqwertyIII
Submission Time 2025-01-10 14:38:59
Score 0
Max Time N/A
Max Memory N/A

Compile Error

maximum.cpp: In function ‘int main()’:
maximum.cpp:15:13: error: expected ‘;’ before ‘}’ token
15 | return 0
| ^
| ;
16 | }
| ~