运行 ID: 170

Main.cc:4:24: error: stray ‘\357’ in program
     scanf("%d %d %d",&a,&b,&c);
                        ^
Main.cc:4:25: error: stray ‘\274’ in program
     scanf("%d %d %d",&a,&b,&c);
                         ^
Main.cc:4:26: error: stray ‘\214’ in program
     scanf("%d %d %d",&a,&b,&c);
                          ^
Main.cc:4:29: error: stray ‘\357’ in program
     scanf("%d %d %d",&a,&b,&c);
                             ^
Main.cc:4:30: error: stray ‘\274’ in program
     scanf("%d %d %d",&a,&b,&c);
                              ^
Main.cc:4:31: error: stray ‘\214’ in program
     scanf("%d %d %d",&a,&b,&c);
                               ^
Main.cc: In function ‘int main()’:
Main.cc:4:27: error: invalid operands of types ‘int*’ and ‘int’ to binary ‘operator&’
     scanf("%d %d %d",&a,&b,&c);
                      ~~~~~^~
Main.cc:16:6: warning: operation on ‘b’ may be undefined [-Wsequence-point]
     b=b=d;
     ~^~~~