运行 ID: 1003

Main.cc: In function ‘int main()’:
Main.cc:5:12: error: invalid operands of types ‘const char [3]’ and ‘int’ to binary ‘operator&’
  scanf("%d"&a);
        ~~~~^~