title: Problem 447 date: 2013/11/16 22:00:00 --- *** # [Problem 447](https://projecteuler.net/problem=447) *** [Xem đề gốc (tiếng Anh)](https://projecteuler.net/problem=447) ## **Rút lui C** $h(m,n)$ đếm hàm từ $\mathbb{Z}_m \times \mathbb{Z}_n$ vào $\mathbb{Z}_m \times \mathbb{Z}_n$ thỏa điều kiện. Tính $h(10^6, 10^6) \pmod{10^9}$. ***