L1-7 谁是赢家

Posted xyqxyq

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了L1-7 谁是赢家相关的知识,希望对你有一定的参考价值。

思路

这题好简单,可以分析一下,没有别的情况了。

代码

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

int main()
{
    int p1,p2,c[3];
    int a=0,b=0;
    scanf("%d%d%d%d%d",&p1,&p2,&c[0],&c[1],&c[2]);
    for (int i=0;i<3;i++) {
        if (c[i]==0) {
            a++;
        }
        else {
            b++;
        }
    }
    if (p1>p2&&a) {
        printf("The winner is a: %d + %d
",p1,a);
    }
    else if (p2>p1&&b) {
        printf("The winner is b: %d + %d
",p2,b);
    }
    else if (a==3&&p1<p2) {
        printf("The winner is a: %d + %d
",p1,a);
    }
    else if (b==3&&p2<p1) {
        printf("The winner is b: %d + %d
",p2,b);
    }
    return 0;
}

以上是关于L1-7 谁是赢家的主要内容,如果未能解决你的问题,请参考以下文章

L1-055 谁是赢家

苹果不再“雁过拔毛”的背后:利益博弈下谁是赢家?

Spark PK Hadoop 谁是赢家?

《白鹿原》观后感——谁是所谓的赢家

Go语言入门150题 L1-055 谁是赢家 (10 分) Go语言 | Golang

数字货币12载春秋过,谁是最大的赢家?