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