评测信息

运行ID: 36380
src.c:1:2: error: invalid preprocessing directive #includ
#includ<stdio.h>
^
src.c: In function 'main':
src.c:8:4: error: stray '\342' in program
printf(“sum is %d\n",sum);
^
src.c:8:4: error: stray '\200' in program
src.c:8:4: error: stray '\234' in program
src.c:8:18: error: expected ')' before 'is'
printf(“sum is %d\n",sum);
^
src.c:8:18: error: stray '\' in program
src.c:8:18: error: missing terminating " character
src.c:10:3: error: expected ';' before '}' token
}
^
src.c: At top level:
src.c:12:1: error: unknown type name 'sum'
sum is 3
^
src.c:12:8: error: expected '=', ',', ';', 'asm' or '__attribute__' before numeric constant
sum is 3
^