联系我们:18205821666(微信同号)
Problem2280--单分支-练习:判断个位是3

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

Time Limit: 1 Sec  Memory Limit: 128 MB
Submit: 617  Solved: 407
[Status] [Submit] [Creator:]

Description

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

Input

一个整数a

Output

如果个位是3,输出yes,不是则不输出(什么也不用做)

Sample Input Copy

13

Sample Output Copy

yes

Source/Category

 入门