Problem maximum
User Ping888
Submission Time 2023-03-07 23:04:03
Score 0
Max Time N/A
Max Memory N/A

Compile Error

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