Run ID |
作者 |
问题 |
语言 |
测评结果 |
Time |
Memory |
代码长度 |
提交时间 |
92475 |
丁楷桐 |
04保留两位小数 |
Python3 |
Compile Error |
0 MS |
0 KB |
45 |
2024-10-05 11:39:02 |
Tests(0/0):
Code:
s=input().split()
a=s[0]
b=s[1]
print(a b)
Run Info:
File "Main.py", line 4
print(a b)
^
SyntaxError: invalid syntax