24h購物| | PChome| 登入
2011-08-03 17:56:42| 人氣1,026| 回應0 | 上一篇 | 下一篇

a148. You Cannot Pass?!

推薦 0 收藏 0 轉貼0 訂閱站台

準備要短碼中毒了
/**********************************************************************************/

/*  Problem: a148 "You Cannot Pass?!" from                                        */
/*  Language: C                                                                   */
/*  Result: AC (0ms, 192KB) on ZeroJudge                                          */
/*  Author: morris1028 at 2011-08-03 17:30:17                                     */
/**********************************************************************************/


#include<stdio.h>
main() {
    int a, n, x;
    while(scanf("%d", &n) == 1) {
        int sum = 0;
        for(a = 0; a < n; a++)
            scanf("%d", &x), sum += x;
        puts(n*59 >= sum ? "yes" : "no");
    }
    return 0;
}

台長: Morris
人氣(1,026) | 回應(0)| 推薦 (0)| 收藏 (0)| 轉寄
全站分類: 不分類 | 個人分類: ZeroJudge |
此分類下一篇:a149. 乘乘樂
此分類上一篇:a147. Print it all

是 (若未登入"個人新聞台帳號"則看不到回覆唷!)
* 請輸入識別碼:
請輸入圖片中算式的結果(可能為0) 
(有*為必填)
TOP
詳全文