pata1011 world cup betting

#include
#include
using namespace std;
char s[3]={'W','T','L'};
double w[3],t[3],l[3];
int main()
{
    scanf("%lf%lf%lf",&w[0],&w[1],&w[2]);
    scanf("%lf%lf%lf",&t[0],&t[1],&t[2]);
    scanf("%lf%lf%lf",&l[0],&l[1],&l[2]);
    int k1=0,k2=0,k3=0;
    for(int i=0;i<3;i++){
        if(w[k1]        if(t[k2]        if(l[k3]    }
    printf("%c %c %c %0.2f",s[k1],s[k2],s[k3],(w[k1]*t[k2]*l[k3]*0.65-1)*2);
    return 0;
}

你可能感兴趣的:(入门模拟,patA)