a, b = map(float, input().split())
a += b
b = a-b
a -= b
print(a, b)
Copyright © 2024 SCHOLAR.TIPS - All rights reserved.
Answers & Comments
a, b = map(float, input().split())
a += b
b = a-b
a -= b
print(a, b)