Toggle navigation
HUSTOJ
F.A.Qs
ProblemSet
Source/Category
Status
Ranklist
Contest
Login
Problem2228--恰好十位数字为3的奇数
2228: 恰好十位数字为3的奇数
Time Limit:
1
Sec
Memory Limit:
128 MB
Submit:
0
Solved:
0
[
Status
] [
Submit
] [Creator:
]
Description
输入4个大于10的正整数,判断这些数字中恰好十位数字为3,并且是奇数的数字个数。
Input
输入一行,4个大于10的正整数,数字间以空格隔开。(数据在int范围内)
Output
输出一行,及满足条件的数字个数。
Sample Input
Copy
23 32 135 39
Sample Output
Copy
2
Source/Category
选择结构
level1