判断是否为两位数
You cannot submit for this problem because the contest is ended. You can click "Open in Problem Set" to view this problem in normal mode.
【题目描述】
判断一个正整数是否是两位数(即大于等于10且小于等于99)。若该正整数是两位数,输出1,否则输出0。
【输入】
一个正整数,不超过1000。
【输出】
一行。若该正整数是两位数,输出1,否则输出0。
【输入样例】
54
【输出样例】
1
【来源】
一本通在线评测
精英班-Day02作业
- Status
- Done
- Problem
- 27
- Open Since
- 2024-7-21 0:00
- Deadline
- 2024-7-24 23:59
- Extension
- 24 hour(s)