Problem maximum
User 2Princes1Lance
Submission Time 2023-11-22 15:24:26
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:7:7: error: lvalue required as left operand of assignment
7 | &a = a1;
| ^~
maximum.cpp:8:7: error: lvalue required as left operand of assignment
8 | &b = b1;
| ^~