评测信息

运行ID: 39947
Traceback (most recent call last): File "src.py", line 2, in <module> print(int(x // 100) (x // 10 % 10) (x % 10)) TypeError: unsupported operand type(s) for //: 'str' and 'int'