Problem4504--你画我猜

4504: 你画我猜

[Creator : ]
Time Limit : 1.000 sec  Memory Limit : 128 MiB

Description

你画我猜的游戏需要 lns="http://www.w3.org/1998/Math/MathML">6 到 lns="http://www.w3.org/1998/Math/MathML">8 人组队才能进行。

给定一个整数 lns="http://www.w3.org/1998/Math/MathML">n,表示目前队伍有 lns="http://www.w3.org/1998/Math/MathML">n 人,他们能开始游戏吗?

Input

  • 单个整数,表示 lns="http://www.w3.org/1998/Math/MathML">n



Output

  • 如果能开始,输出 Yes,否则,输出 No

Sample Input Copy

1

Sample Output Copy

No

Source/Category