3 solutions
- 1
Information
- ID
- 8
- Time
- 1000ms
- Memory
- 256MiB
- Difficulty
- 1
- Tags
- (None)
- # Submissions
- 285
- Accepted
- 239
- Uploaded By
a,b=input().split()
n=int(a)+int (b)
print(a + "+" + b + "=" + str(n))
By signing up a CZOJ universal account, you can submit code and join discussions in all online judging services provided by us.