Problem2305--单分支-练习:判断个位是3

2305: 单分支-练习:判断个位是3

Time Limit: 1 Sec  Memory Limit: 128 MB
Submit: 654  Solved: 371
[Status] [Submit] [Creator:]

Description

输入一个整数,判断这个数的个位是否是3,如果是,输出yes

Input

仅一个正整数n。(n<100000)

Output

个位是3,输出yes

Sample Input Copy

13

Sample Output Copy

yes

Source/Category

入门