评测信息
运行ID: 27442
src.c:1:9: error: empty character constant
x=input('');
^
src.c:1:3: error: initializer element is not constant
x=input('');
^
src.c:2:4: error: request for member 'find' in something not a structure or union
y=x.find( );
^
src.c:3:7: error: expected declaration specifiers or '...' before 'y'
print(y[y;],x[0:y]);
^
src.c:3:13: error: expected declaration specifiers or '...' before 'x'
print(y[y;],x[0:y]);
^
x=input('');
^
src.c:1:3: error: initializer element is not constant
x=input('');
^
src.c:2:4: error: request for member 'find' in something not a structure or union
y=x.find( );
^
src.c:3:7: error: expected declaration specifiers or '...' before 'y'
print(y[y;],x[0:y]);
^
src.c:3:13: error: expected declaration specifiers or '...' before 'x'
print(y[y;],x[0:y]);
^