-
个人简介
#include "bits/stdc++.h" using namespace std; map<string ,int > mp; int n=0; string s; int main(){ freopen("Hardwood.in","r",stdin); freopen("Hardwood.out","w",stdout); while(getline(cin,s)){ mp[s]++,++n; } for(auto u:mp){ cout<<u.first<<' '; printf("%.4lf\n",u.second*1.0/n*100.0); } return 0; } ```11223377889900 -
通过的题目
-
最近活动
This person is lazy and didn't join any contests or homework. -
最近编写的题解
题目标签
- 系统测试
- 8
- 2019
- 1
- CSP-S
- 1