评测信息

运行ID: 39023
Traceback (most recent call last): File "src.py", line 3, in <module> print(f"{n//m}\n{n%m}") TypeError: unsupported operand type(s) for //: 'str' and 'str'