Problem maximum
User nivay210
Submission Time 2023-11-08 14:54:42
Score 0
Max Time N/A
Max Memory N/A

Compile Error

maximum.cpp: In function ‘int32_t main()’:
maximum.cpp:11:12: error: expected ‘;’ before ‘}’ token
11 | cout<<b
| ^
| ;
12 | }
| ~