Олимпиадный тренинг

Задача 38739. Zero or not zero


Задача

Темы: Цикл while

Check if data N numbers contains zeros.


Input

Enter a number N followed by numbers.


Output

Print YES if there is at least one zero among the entered numbers, or NO otherwise.

Examples

# Input Output
1 3
4
19
14
 
NO