且未

博客园 首页 新随笔 联系 订阅 管理

2017年4月10日 #

摘要: 题目链接/*要说明的是,这道题不能用int 类型,要用字符类型。*/#include#includechar num[110];int main(){ while(~scanf("%s",num) && ... 阅读全文
posted @ 2017-04-10 21:09 阿聊 阅读(120) 评论(0) 推荐(0)

摘要: 题目链接#includeint main(){ int m,n; int b[50],i,j; while (~scanf("%d%d",&n,&m)) { j=0; if... 阅读全文
posted @ 2017-04-10 20:59 阿聊 阅读(78) 评论(0) 推荐(0)