n,m=map(int,input().split()) assert(1<=n and n<=1000000000) assert(1<=m and m<=1000000000)