评测信息

运行ID: 53255
src.c:1:10: error: #include expects "FILENAME" or <FILENAME>
#include “stdio.h”
^
src.c: In function 'main':
src.c:4:1: error: stray '\342' in program
char c1=“C”,c2=“h”,c3=“i”,c4=“n”,c5=“a”;
^
src.c:4:1: error: stray '\200' in program
src.c:4:1: error: stray '\234' in program
src.c:4:1: error: stray '\342' in program
src.c:4:1: error: stray '\200' in program
src.c:4:1: error: stray '\235' in program
src.c:4:12: error: 'C' undeclared (first use in this function)
char c1=“C”,c2=“h”,c3=“i”,c4=“n”,c5=“a”;
^
src.c:4:12: note: each undeclared identifier is reported only once for each function it appears in
src.c:4:1: error: stray '\342' in program
char c1=“C”,c2=“h”,c3=“i”,c4=“n”,c5=“a”;
^
src.c:4:1: error: stray '\200' in program
src.c:4:1: error: stray '\234' in program
src.c:4:1: error: stray '\342' in program
src.c:4:1: error: stray '\200' in program
src.c:4:1: error: stray '\235' in program
src.c:4:23: error: 'h' undeclared (first use in this function)
char c1=“C”,c2=“h”,c3=“i”,c4=“n”,c5=“a”;
^
src.c:4:1: error: stray '\342' in program
char c1=“C”,c2=“h”,c3=“i”,c4=“n”,c5=“a”;
^
src.c:4:1: error: stray '\200' in program
src.c:4:1: error: stray '\234' in program
src.c:4:1: error: stray '\342' in program
src.c:4:1: error: stray '\200' in program
src.c:4:1: error: stray '\235' in program
src.c:4:34: error: 'i' undeclared (first use in this function)
char c1=“C”,c2=“h”,c3=“i”,c4=“n”,c5=“a”;
^
src.c:4:1: error: stray '\342' in program
char c1=“C”,c2=“h”,c3=“i”,c4=“n”,c5=“a”;
^
src.c:4:1: error: stray '\200' in program
src.c:4:1: error: stray '\234' in program
src.c:4:1: error: stray '\342' in program
src.c:4:1: error: stray '\200' in program
src.c:4:1: error: stray '\235' in program
src.c:4:45: error: 'n' undeclared (first use in this function)
char c1=“C”,c2=“h”,c3=“i”,c4=“n”,c5=“a”;
^
src.c:4:1: error: stray '\342' in program
char c1=“C”,c2=“h”,c3=“i”,c4=“n”,c5=“a”;
^
src.c:4:1: error: stray '\200' in program
src.c:4:1: error: stray '\234' in program
src.c:4:1: error: stray '\342' in program
src.c:4:1: error: stray '\200' in program
src.c:4:1: error: stray '\235' in program
src.c:4:56: error: 'a' undeclared (first use in this function)
char c1=“C”,c2=“h”,c3=“i”,c4=“n”,c5=“a”;
^
src.c:10:1: error: stray '\342' in program
printf(“password is %c%c%c%c%c\n”,c1,c2,c3,c4,c5);
^
src.c:10:1: error: stray '\200' in program
src.c:10:1: error: stray '\234' in program
src.c:10:11: error: 'password' undeclared (first use in this function)
printf(“password is %c%c%c%c%c\n”,c1,c2,c3,c4,c5);
^
src.c:10:20: error: expected ')' before 'is'
printf(“password is %c%c%c%c%c\n”,c1,c2,c3,c4,c5);
^
src.c:10:20: error: stray '\' in program
src.c:10:20: error: stray '\342' in program
src.c:10:20: error: stray '\200' in program
src.c:10:20: error: stray '\235' in program