评测信息
运行ID: 40767
src.c:1:6: error: initializer element is not constant
ntxt=input('请输入4个数字:')
^
src.c:2:1: error: expected ',' or ';' before 'nls'
nls=ntxt.split()
^
ntxt=input('请输入4个数字:')
^
src.c:2:1: error: expected ',' or ';' before 'nls'
nls=ntxt.split()
^