码迷,mamicode.com
首页 > 其他好文 > 详细

CSU 1639 队长,我想进集训队!

时间:2015-07-12 08:23:26      阅读:112      评论:0      收藏:0      [点我收藏+]

标签:

水题

#include<cstdio>
int main()
{

    int x1, x2, x3, u, h;
    int n;
    while (~scanf("%d", &n))
    {
        while (n--)
        {
            char s[5];
            scanf("%s", s);
            scanf("%d%d%d%d%d", &x1, &x2, &x3, &u, &h);
            int fen = x1 + 2 * x2 + 5 * x3 + u + h;
            //printf("%d\n", x1 + 2 * x2 + 5 * x3 + u + h);
            if ((s[0] == m&&fen >= 90) || (s[0] == f&&fen >= 60))
                printf("Welcome\n");
            else
            {
                if (s[0] == m) printf("%d\n", 90 - fen);
                else printf("%d\n", 60 - fen);
            }
        }
    }
    return 0;
}

 

CSU 1639 队长,我想进集训队!

标签:

原文地址:http://www.cnblogs.com/zufezzt/p/4640458.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!