Problem maximum
User Avinash
Submission Time 2025-06-17 12:14:38
Score 0
Max Time N/A
Max Memory N/A

Compile Error

maximum.cpp: In function ‘int main()’:
maximum.cpp:9:32: error: expected ‘;’ before ‘}’ token
9 | cout << "The maximum is" << a
| ^
| ;
10 | } else {
| ~
maximum.cpp:11:32: error: expected ‘;’ before ‘}’ token
11 | cout << "The maximum is" << b
| ^
| ;
12 | }
| ~