评测信息

运行ID: 32128
Traceback (most recent call last): File "src.py", line 5, in <module> print(max(int(list))) TypeError: int() argument must be a string, a bytes-like object or a number, not 'list'