#P100A. Carpeting the Room

    普及- ID: 8322 远端评测题 2000ms 64MiB 尝试: 0 已通过: 0 难度: 3 上传者: 标签>*special problemimplementation*1100

Carpeting the Room

Description

Soroush's room is a square with side length n. Before this contest he bought k fine Persian carpets to carpet his room for celebrating the 100th contest on his favorite site. Each Persian carpet is a square of side length n1.

Soroush wants to cover all the area of his room. Carpets can be put over each other but it is not allowed to rotate the carpets. Can Soroush carpet his room completely?

The input consists of three integer numbers n, k and n1 (10 ≤ n ≤ 12, 1 ≤ k ≤ 10, ).

Write a single YES or NO. Write YES if and only if Sorush can carpet his room completely.

Input

The input consists of three integer numbers n, k and n1 (10 ≤ n ≤ 12, 1 ≤ k ≤ 10, ).

Output

Write a single YES or NO. Write YES if and only if Sorush can carpet his room completely.

10 4 6

10 2 5

YES

NO