#include int main(void){ int A,B; scanf("%d %d",&A,&B); printf("%d\n",(A*B)%1000000007); return 0; }