评测信息
运行ID: 14147
src.c:2:6: error: initializer element is not constant
name=input('输入用户名:')
^
src.c:3:1: error: expected ',' or ';' before 'print'
print('Hello',name)
^
name=input('输入用户名:')
^
src.c:3:1: error: expected ',' or ';' before 'print'
print('Hello',name)
^