Problem maximum
User claireau
Submission Time 2023-11-08 13:56:00
Score 0
Max Time N/A
Max Memory N/A

Compile Error

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