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