Problem maximum
User rasquait
Submission Time 2025-11-30 16:25:16
Score 0
Max Time N/A
Max Memory N/A

Compile Error

maximum.cpp: In function ‘int main()’:
maximum.cpp:13:10: error: expected ‘}’ at end of input
13 | return 0;
| ^
maximum.cpp:4:11: note: to match this ‘{’
4 | int main(){
| ^