Problem maximum
User 2Princes1Lance
Submission Time 2023-11-22 15:24:19
Score 0
Max Time N/A
Max Memory N/A

Compile Error

maximum.cpp: In function ‘int main()’:
maximum.cpp:6:18: error: expected ‘)’ before ‘b1’
6 | scanf("%i %i",a1 b1);
| ~ ^~~
| )
maximum.cpp:8:2: error: invalid operands of types ‘int*’ and ‘int’ to binary ‘operator&’
7 | &a = a1
| ~~
| |
| int*
8 | &b = b1
| ^~
| |
| int
maximum.cpp:13:2: error: ‘else’ without a previous ‘if’
13 | else{
| ^~~~