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

Compile Error

maximum.cpp: In function ‘int main()’:
maximum.cpp:5:19: error: invalid operands of types ‘int*’ and ‘int’ to binary ‘operator&’
5 | scanf("%d%d", &a &b);
| ~~ ^~
| | |
| | int
| int*