Problem type
Points: 100 (p) Time limit: 1.0s Memory limit: 1G Input: stdin Output: stdout

Nhập vào số nguyên dương \(N\). Kiểm tra xem \(N\) có chia hết cho 12 hay không. Nếu chia hết thì in yes còn ngược lại thi in no.

Input

  • Nhập 3 số nguyên dương \(A, B, C\) (\(1 \leq A, B, C \leq 10^6\)).

Output

  • In ra đáp án theo yêu cầu đề bài.

Example

Test 1
Input
910
Output
no

Comments

There are no comments at the moment.