且未

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

2017年11月24日 #

摘要: 题目这道题可以有两种写法:第一种:找规律,如下:#include int main(){ int n,i,j,res; while (scanf("%d",&n)!=EOF) { for (j=1; j#includeint main(... 阅读全文
posted @ 2017-11-24 08:56 阿聊 阅读(217) 评论(0) 推荐(0)