评测信息

运行ID: 104
src.c: In function 'main':
src.c:4:30: error: request for member 'c4' in something not a structure or union
char c1='C',c2='h',c3='i'.c4='n',c5='a';
^
src.c:8:5: error: 'c4' undeclared (first use in this function)
c4=c4 4;
^
src.c:8:5: note: each undeclared identifier is reported only once for each function it appears in