2017年ICPC中国大陆区域赛真题(下)

Posted accpted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了2017年ICPC中国大陆区域赛真题(下)相关的知识,希望对你有一定的参考价值。

2017年ICPC中国大陆区域赛真题(下)

A - Lovers

#include <bits/stdc++.h>
using namespace std;

const int maxn=2e5+10;
int n,k,a[maxn],b[maxn],ans;
int main() 
    int _;
    scanf("%d", &_);
    while (_--) 
        scanf("%d%d", &n, &k);

        for (int i = 1; i <= n; i++) scanf("%d", &a[i]);
        sort(a + 1, a + n + 1, greater<int>());
        for (int i = 1; i <= n; i++) scanf("%d", &b[i]);
        sort(b + 1, b + n + 1, less<int>());

        int x = 1, y = 1;
        ans=0;
        while (x <= n && y <= n) 
            if (a[x] + b[y] >= k) 
                ans++;
                x++;
                y++;
            else y++;
        
        printf("%d\n",ans);
    
    return 0;

B - God of Gamblers 

#include <bits/stdc++.h>
using namespace std;

const int maxn=2e5+10;

int n,m;

int main() 
    while (~scanf("%d%d", &n, &m)) 
        if (m == 0)
            printf("1.00000\n");
        else if (n == 0) printf("0.00000\n"); else printf("0.50000\n");
    
    return 0;

  

以上是关于2017年ICPC中国大陆区域赛真题(下)的主要内容,如果未能解决你的问题,请参考以下文章

除了生产轮胎,我们还有自动驾驶

苹果公布供应链名单发布!中国大陆新增12家,成最大赢家!

苹果公布供应链名单发布!中国大陆新增12家,成最大赢家!

开学季数据可视化 | 中国大陆大学二十年进击之路

中国与欧美大陆SaaS热潮

中国大陆海岸线与海岸线区别 要图