Problem of the day
Current streak:
0 days
Longest streak:
3 days
Less
More
a,b=input().split()
A=int(a)
B=int(b)
if (-10**5<=A)or(B<=10**5):
C=A
A=B
B=C
print(A,B)