| Problem | maximum |
|---|---|
| User | 2Princes1Lance |
| Submission Time | 2023-11-22 15:13:51 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
maximum.cpp: In function ‘int main()’:
maximum.cpp:5:20: error: invalid operands of types ‘int*’ and ‘int’ to binary ‘operator&’
5 | scanf("%i %i", &a &b);
| ~~ ^~
| | |
| | int
| int*
maximum.cpp:11:3: error: ‘print’ was not declared in this scope; did you mean ‘printf’?
11 | print("%i", b);
| ^~~~~
| printf