Problem | maximum |
---|---|
User | 2Princes1Lance |
Submission Time | 2023-11-22 15:23:53 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
maximum.cpp: In function ‘int main()’:
maximum.cpp:6:17: 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{
| ^~~~