摘要: AC: AC: 阅读全文
posted @ 2017-03-13 15:45 贱人郭 阅读(179) 评论(0) 推荐(0) 编辑
摘要: AC: 阅读全文
posted @ 2017-03-13 12:45 贱人郭 阅读(139) 评论(0) 推荐(0) 编辑
摘要: #include using namespace std; int a[20]; int main() { int n; while(cin>>n) { int i,j,max,m1=0,min,m2=0;//如果将这几个值得定义写在while的上面,就会出错。 for(i=0;i>a[i]; max=a[0]; ... 阅读全文
posted @ 2017-03-13 12:06 贱人郭 阅读(182) 评论(0) 推荐(0) 编辑
摘要: AC: 阅读全文
posted @ 2017-03-13 11:46 贱人郭 阅读(117) 评论(0) 推荐(0) 编辑
摘要: AC: 阅读全文
posted @ 2017-03-13 11:29 贱人郭 阅读(64) 评论(0) 推荐(0) 编辑
摘要: AC: 阅读全文
posted @ 2017-03-13 11:20 贱人郭 阅读(103) 评论(0) 推荐(0) 编辑
摘要: WA:在屏幕上可以出现正确的结果,不知为何不能AC 大神的AC代码: 阅读全文
posted @ 2017-03-12 17:56 贱人郭 阅读(208) 评论(0) 推荐(0) 编辑
摘要: AC: 阅读全文
posted @ 2017-03-12 15:43 贱人郭 阅读(121) 评论(0) 推荐(0) 编辑
摘要: WHILE 和DO-WHILE的不同 阅读全文
posted @ 2017-03-12 15:36 贱人郭 阅读(236) 评论(0) 推荐(0) 编辑
摘要: AC: 思路简单,按行输入,按列接收即可。 阅读全文
posted @ 2017-03-12 14:29 贱人郭 阅读(142) 评论(0) 推荐(0) 编辑