摘要: 水体,直接上代码 1 #include<bits/stdc++.h> 2 3 using namespace std; 4 5 int main(){ 6 7 int a[11]; 8 char ch; 9 10 a[1] = getchar() - '0'; 11 ch = getchar(); 阅读全文
posted @ 2020-01-13 23:54 HnuLyx 阅读(197) 评论(2) 推荐(1) 编辑
摘要: 水题,n小于1000,s小于10000,那么简单的桶,排一下就可以了。 不多说,上代码。 1 #include<bits/stdc++.h> 2 3 using namespace std; 4 5 int a[10001]; 6 int main(){ 7 int n,d; 8 cin>>n; 9 阅读全文
posted @ 2020-01-13 23:28 HnuLyx 阅读(108) 评论(0) 推荐(0) 编辑
摘要: 准备备战CCF,有空的话写一点随笔。加油啊~ 我现在这么努力奋斗,就是为了以后我爱的能够幸福。 阅读全文
posted @ 2020-01-13 23:12 HnuLyx 阅读(128) 评论(0) 推荐(0) 编辑