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