Check số 0

View as PDF

Submit solution

Points: 0.01
Time limit: 1.0s
Memory limit: 64M
Input: stdin
Output: stdout

Authors:
Problem type

Cho 1 số nguyên n (Với 0≤n≤10000). Hãy kiểm tra xem số đó có phải số 0 hay không?

Input

Dòng đầu tiên có chứa 1 số nguyên n (Với 0≤n≤10000).

Output

Một dòng duy nhất là 1 từ "YES" - Nếu n là số 0 - hoặc "NO" - Nếu n không là số 0. (in đúng 'YES' hoặc 'NO' viết hoa)

Simple Examples

Simple Input 1

0

Simple Output 2

YES

Simple Input 2

3

Simple Output 2

NO


Comments

Please read the guidelines before commenting.


There are no comments at the moment.