Problem maximum
User toditisdoingthisforfun
Submission Time 2026-01-02 22:32:15
Score 0
Max Time N/A
Max Memory N/A

Compile Error

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