mod = 1000000007 a, b = map(int, input().split()) print((a * b) % mod)