Run ID |
作者 |
问题 |
语言 |
测评结果 |
Time |
Memory |
代码长度 |
提交时间 |
92090 |
张艺泽 |
02简单两数相加 |
Python3 |
Compile Error |
0 MS |
0 KB |
63 |
2024-09-28 12:03:53 |
Tests(0/0):
Code:
a=s[0]
b=s[1]
a=int(a)
b=int(b)
print(a+b)=input().split()
Run Info:
File "Main.py", line 5
print(a+b)=input().split()
^
SyntaxError: can't assign to function call