B1047 編程團體賽

#include<cstdio> const int maxn=1010; int hash[maxn]={0}; int main() { int n; scanf("%d",&n); int team,member,score; for(int i=0;i<n;i++) { scanf("%d-%d %d",&team,&member,&score); hash[team]+
相關文章
相關標籤/搜索