大家帮检查下
#include<stdio.h>voidmain ()
﹛
inta,b,sum;
a=123;b=456;
sum=a+b;
printf("sum is % d\n",sum);
﹜
-------------------Configuration: 123 - Win32 Debug--------------------
Compiling...
234.cpp
E:\实例\234.cpp(3) : error C2018: unknown character '0xa9'
E:\实例\234.cpp(4) : error C2146: syntax error : missing ';' before identifier 'x'
E:\实例\234.cpp(4) : fatal error C1004: unexpected end of file found
执行 cl.exe 时出错.
234.obj - 1 error(s), 0 warning(s)
调试出错 请帮忙看看问题出在哪了?我是新手!