评测信息
运行ID: 36590
src.c:1:6: error: initializer element is not constant
name=inpyt("输入用户名:")
^
src.c:2:5: error: expected ',' or ';' before 'print'
print(f"hello{name}")
^
src.c:3:6: error: invalid preprocessing directive #print
#print(type(name))
^
name=inpyt("输入用户名:")
^
src.c:2:5: error: expected ',' or ';' before 'print'
print(f"hello{name}")
^
src.c:3:6: error: invalid preprocessing directive #print
#print(type(name))
^