hello.c: In function 'main':
hello.c:11:68: error: stray '\357' in program
printf("%s\n","恭喜您获得优秀员工奖!");
^
hello.c:11:69: error: stray '\274' in program
printf("%s\n","恭喜您获得优秀员工奖!");
^
hello.c:11:70: error: stray '\233' in program
printf("%s\n","恭喜您获得优秀员工奖!");
^
hello.c:13:9: error: expected ';' before '}' token
}
^
hello.c:16:31: warning: missing terminating " character
printf("%s\n","很遗憾,期望你再接再厉);
^
hello.c:16:31: error: missing terminating " character
printf("%s\n","很遗憾,期望你再接再厉);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
hello.c:17:9: error: expected expression before '}' token
}
^
hello.c:17:9: error: expected ';' before '}' token