Run ID |
作者 |
问题 |
语言 |
测评结果 |
Time |
Memory |
代码长度 |
提交时间 |
91930 |
方可馨 |
计算a+=a |
Python3 |
Compile Error |
0 MS |
0 KB |
41 |
2024-09-25 20:11:56 |
Tests(0/0):
Code:
=input().split()
a=int(s[0])
print(a+a)
Run Info:
File "Main.py", line 1
=input().split()
^
SyntaxError: invalid syntax