H,W=map(int,input().split())
if H==1 or W==1 : print("提出デバッグ中...")
else:
    A=[i for i in range(1<<60)]
    print(A)