摘要: 1 #include 2 #include 3 int a[205];//a[i]表示体重为i的人的个数 4 int main(){ 5 int s,w,n,x; 6 scanf("%d",&s); 7 while(s--){ 8 scanf("%d%d",&w,&n); 9 for(int i = 0; i < n;... 阅读全文
posted @ 2018-04-17 17:20 Posase 阅读(146) 评论(0) 推荐(0) 编辑
摘要: 1 #include 2 #include 3 #include 4 using namespace std; 5 char s[105]; 6 int main(){ 7 bool is_native; 8 int len, point, endline; 9 while(~scanf("%[^\n]",s)){ 10 getch... 阅读全文
posted @ 2018-04-17 09:47 Posase 阅读(205) 评论(0) 推荐(0) 编辑