评测信息

运行ID: 15475
src.c:1:3: error: initializer element is not constant
a=input();
^
src.c:2:7: error: expected declaration specifiers or '...' before string constant
print("Hello",a);
^
src.c:2:15: error: expected declaration specifiers or '...' before 'a'
print("Hello",a);
^