Problem maximum
User Adam
Submission Time 2024-06-20 10:38:37
Score 0
Max Time N/A
Max Memory N/A

Compile Error

maximum.cpp: In function ‘int main()’:
maximum.cpp:12:12: error: expected ‘}’ at end of input
12 | cout << b;
| ^
maximum.cpp:11:7: note: to match this ‘{’
11 | else {
| ^
maximum.cpp:12:12: error: expected ‘}’ at end of input
12 | cout << b;
| ^
maximum.cpp:3:11: note: to match this ‘{’
3 | int main(){
| ^