评测信息
运行ID: 54270
Traceback (most recent call last):
File "src.py", line 7, in <module>
lst = [int(lst[i]) for i in range(len(lst))]
File "src.py", line 7, in <listcomp>
lst = [int(lst[i]) for i in range(len(lst))]
ValueError: invalid literal for int() with base 10: ''