Problem area
User Andrew
Submission Time 2024-10-30 14:58:55
Score 0
Max Time N/A
Max Memory N/A

Compile Error

area.cpp: In function ‘int main()’:
area.cpp:8:23: error: invalid operands of types ‘const char [6]’ and ‘int’ to binary ‘operator&’
8 | scanf("%d %d" &A, &B);
| ~~~~~~~ ^~
| | |
| | int
| const char [6]