0_0_18383599_14379.c: In function 'main':
0_0_18383599_14379.c:4:13: error: stray '\344' in program
int a,b 中文 CE ;
^
0_0_18383599_14379.c:4:13: error: stray '\270' in program
0_0_18383599_14379.c:4:13: error: stray '\255' in program
0_0_18383599_14379.c:4:13: error: stray '\346' in program
0_0_18383599_14379.c:4:13: error: stray '\226' in program
0_0_18383599_14379.c:4:13: error: stray '\207' in program
0_0_18383599_14379.c:4:28: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'CE'
int a,b 中文 CE ;
^
0_0_18383599_14379.c:5:44: error: 'b' undeclared (first use in this function)
while (EOF != scanf("%d%d",&a,&b)) printf("%d",a+b);
^
0_0_18383599_14379.c:5:44: note: each undeclared identifier is reported only once for each function it appears in
|