Problem maximum
User ashlose
Submission Time 2024-04-03 17:27:19
Score 0
Max Time N/A
Max Memory N/A

Compile Error

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