2783: 判断是否为两位数 摘要:解题思路:注意事项:参考代码:#include<stdio.h>int main(){ int a; scanf("%d",&a); if(a>=10&&a<=99){ …… 题解列表 2022年10月16日 0 点赞 0 评论 486 浏览 评分:9.2