评测信息

运行ID: 38370
src.c:1:12: error: 'Mike' undeclared here (not in a function)
name=input(Mike)
^
src.c:2:1: error: expected ',' or ';' before 'print'
print("Hello,"name)
^