Problem maximum
User CXKNB
Submission Time 2024-06-18 10:40:06
Score 0
Max Time N/A
Max Memory N/A

Compile Error

maximum.cpp: In function ‘int main()’:
maximum.cpp:6:8: error: expected ‘(’ before ‘a’
6 | if a > b{
| ^
| (
maximum.cpp:9:5: error: ‘else’ without a previous ‘if’
9 | else{
| ^~~~
maximum.cpp:10:26: error: expected ‘;’ before ‘}’ token
10 | cout << b << '\n'
| ^
| ;
11 | }
| ~