Problem maximum
User munyunboss
Submission Time 2026-06-22 21:40:37
Score 0
Max Time N/A
Max Memory N/A

Compile Error

maximum.cpp: In function ‘int main()’:
maximum.cpp:10:12: error: expected ‘;’ before ‘}’ token
10 | cout << b
| ^
| ;
11 | } else cout << b << "/n";
| ~
maximum.cpp:12:12: error: expected ‘;’ before ‘}’ token
12 | cout << a
| ^
| ;
13 | }
| ~