PAT甲级推荐做题顺序按照19年9月4日通过率排序

试题编号通过率
11130.63%
11200.62%
10080.59%
10640.58%
10990.57%
10940.55%
10920.54%
10110.53%
10830.51%
11020.51%
10270.50%
10540.50%
11270.49%
10510.47%
10560.47%
11250.47%
10200.46%
11300.46%
11340.46%
11400.46%
11550.46%
10060.45%
11150.45%
10300.44%
10530.44%
10860.44%
11380.44%
10360.43%
10660.43%
11140.43%
11420.43%
11460.43%
10410.42%
10580.42%
11060.42%
10500.41%
10840.41%
10900.41%
11240.41%
11470.41%
10420.40%
11160.40%
10370.39%
10630.39%
10790.39%
11230.39%
11280.39%
10760.38%
11070.38%
11480.38%
11490.38%
10310.37%
10450.37%
10490.37%
10040.36%
11190.36%
11210.36%
10190.35%
10430.35%
10620.35%
10710.35%
10870.35%
11090.35%
11540.35%
10050.34%
10280.34%
10700.34%
10930.34%
11290.34%
11500.34%
10590.33%
10730.33%
10980.33%
11180.33%
10130.32%
10380.32%
10970.32%
11040.32%
11050.32%
11220.32%
11330.32%
10220.31%
10230.31%
10390.31%
10400.31%
10690.31%
10910.31%
11360.31%
10340.30%
10350.30%
10440.30%
10480.30%
10880.30%
10890.30%
11000.30%
11450.30%
10460.29%
10810.29%
11030.29%
11320.29%
10030.28%
10090.28%
10240.28%
10330.28%
10680.28%
10740.28%
11440.28%
10250.27%
10320.27%
10650.27%
10670.27%
11110.27%
10150.26%
10210.26%
10470.26%
10570.26%
10820.26%
10850.26%
11080.26%
11350.26%
11370.26%
10010.25%
10120.25%
10180.25%
10950.25%
11100.25%
11120.25%
11410.25%
11510.25%
10170.24%
10720.24%
10780.24%
10960.24%
11520.24%
10800.23%
11010.23%
11170.23%
11260.23%
11310.23%
11430.23%
10600.22%
10610.22%
10020.21%
10140.21%
10160.21%
10520.21%
10550.21%
10770.21%
10750.20%
11530.20%
10070.19%
11390.18%
10260.16%
10100.11%
10290.10%
	string s;
	ifstream cin("PATLOG.txt");
	map<double,vector<int> > M;
	while(getline(cin,s)){
		double d;
		int i;
		sscanf(s.substr(s.find_last_of('\t')).c_str(),"%lf",&d);
		sscanf(s.c_str(),"%d",&i);
		M[d].push_back(i);
	} 
	for(auto it=M.rbegin();it!=M.rend();++it){
		vector<int> &v=it->second;
		sort(v.begin(),v.end());
		double d= it->first;
		for(int i=0;i<v.size();++i){
			printf("| %d | %.2f%%|\n",v[i],d);
		}
	}
  • 1
    点赞
  • 5
    收藏
    觉得还不错? 一键收藏
  • 2
    评论
评论 2
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值