0_0_15008586_24418.cpp:5:4: error: stray '\243' in program
scanf("%d %d"£¬&A,&B;
^
0_0_15008586_24418.cpp:5:4: error: stray '\254' in program
0_0_15008586_24418.cpp:7:4: error: missing terminating " character
printf ("%d\n¡°£¬c);
^
0_0_15008586_24418.cpp: In function 'int main()':
0_0_15008586_24418.cpp:5:20: error: invalid operands of types 'const char [6]' and 'int' to binary 'operator&'
scanf("%d %d"£¬&A,&B;
^
0_0_15008586_24418.cpp:5:24: error: expected ')' before ';' token
scanf("%d %d"£¬&A,&B;
^
0_0_15008586_24418.cpp:8:4: error: expected primary-expression before 'return'
return 0;
^
|