a,b = map(int,input().split()) ans = a*b ans %= 10**9+7 print(ans)