@@ -0,0 +1,7 @@
import sys
a, b = sys.stdin.readline().split(' ')
a = int(a[::-1])
b = int(b[::-1])
print(max((a, b)))
The note is not visible to the blocked user.