运行 ID: 433

Main.cc: In function ‘int main()’:
Main.cc:4:25: error: invalid operands of types ‘int*’ and ‘int’ to binary ‘operator&’
     scanf("%d %d %d",&a &b &c);
                      ~~~^~