Run ID |
作者 |
问题 |
语言 |
测评结果 |
Time |
Memory |
代码长度 |
提交时间 |
90527 |
徐盛熠 |
02数字拼接 |
Python3 |
Wrong Answer |
40 MS |
3752 KB |
73 |
2024-09-15 14:16:47 |
Tests(0/10):
Code:
c=input().split()
a=c[0]
b=c[1]
a=int(a)
b=int(b)
print((a+b)*(a+b))
Run Info:
------Input------
1418 8
------Answer-----
201299344
------Your output-----
2033476