国产探花免费观看_亚洲丰满少妇自慰呻吟_97日韩有码在线_资源在线日韩欧美_一区二区精品毛片,辰东完美世界有声小说,欢乐颂第一季,yy玄幻小说排行榜完本

首頁(yè) > 學(xué)院 > 開(kāi)發(fā)設(shè)計(jì) > 正文

1047. Student List for Course (25)

2019-11-11 06:05:53
字體:
來(lái)源:轉(zhuǎn)載
供稿:網(wǎng)友

題目:https://www.patest.cn/contests/pat-a-PRactise/1047

代碼:

#include<cstdio>  #include<cstring>  #include<cstdlib> #include<cmath>#include<vector>#include<algorithm>  using namespace std;  vector<int> c[2510];char name[40010][5];bool cmp(int a,int b){   return strcmp(name[a],name[b])<0;}int main()  {   	int n,k,t,cid;	scanf("%d%d",&n,&k);	for(int i=0;i<n;i++){	  scanf("%s %d",name[i],&t);	  for(int j=0;j<t;j++){	    scanf("%d",&cid);		c[cid].push_back(i);	  }	}	for(int i=1;i<=k;i++){		printf("%d %d/n",i,c[i].size());		sort(c[i].begin(),c[i].end(),cmp);		for(int j=0;j<c[i].size();j++){		    printf("%s/n",name[c[i][j]]);		}	}    system("pause");  }                  


發(fā)表評(píng)論 共有條評(píng)論
用戶(hù)名: 密碼:
驗(yàn)證碼: 匿名發(fā)表
主站蜘蛛池模板: 玉林市| 栖霞市| 英超| 长汀县| 鄯善县| 平原县| 商都县| 平顺县| 两当县| 丁青县| 仙居县| 韩城市| 北海市| 万安县| 女性| 青阳县| 筠连县| 常州市| 万盛区| 保亭| 多伦县| 五大连池市| 黔江区| 霍邱县| 常山县| 儋州市| 鹤山市| 运城市| 韶山市| 惠州市| 商河县| 崇仁县| 安图县| 巫溪县| 静安区| 梧州市| 北碚区| 乌鲁木齐市| 恩施市| 巴中市| 深水埗区|