运行 ID: 208

Main.cc: In function ‘int main()’:
Main.cc:5:21: error: invalid operands of types ‘const char [9]’ and ‘int’ to binary ‘operator&’
     scanf("%d %d %d"&a,&b,&c);
           ~~~~~~~~~~^~
Main.cc:7:12: error: expected ‘}’ at end of input
    return 0;
            ^