Problem2305--计算与变量-判断个位

2305: 计算与变量-判断个位

Time Limit: 1 Sec  Memory Limit: 128 MB
Submit: 384  Solved: 215
[Status] [Submit] [Creator:]

Description

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

Input

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

Output

个位是3,输出yes

Sample Input Copy

13

Sample Output Copy

yes

Source/Category

 入门