评测信息

运行ID: 61641
src.c:1:5: error: initializer element is not constant
put=input()
^
src.c:2:1: error: expected ',' or ';' before 'str_list'
str_list=put.split()
^
src.c:4:23: error: expected expression before '[' token
int_list=[];int__list=[];sort_list=[]
^
src.c:6:1: error: expected ',' or ';' before 'while'
while i<num:
^