import math import sys def input(): return sys.stdin.readline().rstrip('\n') def main(): a,b=map(int,input().split()) if a