2025-09-06 18:16:39 +09:00

2 lines
46 B
Python

a, b = map(int, input().split())
print(b-a, b)