Problem | maximum |
---|---|
User | pinglynn |
Submission Time | 2023-11-08 15:00:22 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
maximum.cpp: In function ‘int32_t main()’:
maximum.cpp:8:17: error: expected ‘;’ before ‘if’
8 | cin >> a >> b
| ^
| ;
9 | if (a>b);
| ~~
maximum.cpp:12:4: error: ‘else’ without a previous ‘if’
12 | else;
| ^~~~