评测信息

运行ID: 36238
Traceback (most recent call last): File "src.py", line 8, in <module> input_fun(); File "src.py", line 4, in input_fun print ("a*a= ", (a*a)); TypeError: unsupported operand type(s) for *: 'str' and 'str'