评测信息

运行ID: 27548
Traceback (most recent call last): File "src.py", line 9, in <module> main() File "src.py", line 7, in main n=str(input()) File "src.py", line 5, in str return str(n-1) str(n-2) TypeError: unsupported operand type(s) for -: 'str' and 'int'