結果

問題 No.761 平均値ゲーム
ユーザー convexineqconvexineq
提出日時 2021-05-21 00:34:13
言語 Python3
(3.12.2 + numpy 1.26.4 + scipy 1.12.0)
結果
TLE  
実行時間 -
コード長 468 bytes
コンパイル時間 248 ms
コンパイル使用メモリ 12,416 KB
実行使用メモリ 353,060 KB
最終ジャッジ日時 2024-10-10 07:23:55
合計ジャッジ時間 24,827 ms
ジャッジサーバーID
(参考情報)
judge3 / judge2
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 31 ms
10,624 KB
testcase_01 AC 30 ms
10,752 KB
testcase_02 AC 30 ms
10,624 KB
testcase_03 AC 29 ms
10,624 KB
testcase_04 AC 30 ms
10,752 KB
testcase_05 AC 33 ms
10,752 KB
testcase_06 AC 30 ms
10,624 KB
testcase_07 AC 31 ms
10,624 KB
testcase_08 AC 30 ms
10,752 KB
testcase_09 AC 31 ms
10,752 KB
testcase_10 AC 30 ms
10,752 KB
testcase_11 AC 30 ms
10,752 KB
testcase_12 AC 29 ms
10,624 KB
testcase_13 AC 30 ms
10,624 KB
testcase_14 AC 29 ms
10,752 KB
testcase_15 AC 30 ms
10,624 KB
testcase_16 AC 31 ms
10,624 KB
testcase_17 AC 29 ms
10,752 KB
testcase_18 AC 30 ms
10,752 KB
testcase_19 AC 29 ms
10,624 KB
testcase_20 AC 30 ms
10,624 KB
testcase_21 AC 29 ms
10,752 KB
testcase_22 AC 31 ms
10,752 KB
testcase_23 AC 29 ms
10,752 KB
testcase_24 AC 29 ms
10,752 KB
testcase_25 AC 29 ms
10,624 KB
testcase_26 AC 30 ms
10,752 KB
testcase_27 AC 29 ms
10,624 KB
testcase_28 AC 29 ms
10,624 KB
testcase_29 AC 29 ms
10,752 KB
testcase_30 AC 30 ms
10,752 KB
testcase_31 AC 30 ms
10,752 KB
testcase_32 TLE -
testcase_33 AC 128 ms
19,044 KB
testcase_34 AC 145 ms
20,300 KB
testcase_35 AC 40 ms
11,520 KB
testcase_36 AC 92 ms
15,888 KB
testcase_37 AC 122 ms
18,464 KB
testcase_38 AC 123 ms
18,136 KB
testcase_39 AC 153 ms
20,152 KB
testcase_40 AC 148 ms
20,036 KB
testcase_41 AC 141 ms
19,808 KB
testcase_42 AC 152 ms
20,988 KB
testcase_43 AC 53 ms
12,412 KB
testcase_44 AC 107 ms
16,764 KB
testcase_45 AC 138 ms
19,432 KB
testcase_46 AC 85 ms
15,304 KB
testcase_47 AC 88 ms
15,552 KB
testcase_48 AC 35 ms
11,392 KB
testcase_49 AC 151 ms
20,820 KB
testcase_50 AC 44 ms
11,904 KB
testcase_51 AC 37 ms
11,392 KB
testcase_52 AC 39 ms
11,648 KB
testcase_53 AC 153 ms
20,424 KB
testcase_54 AC 100 ms
16,208 KB
testcase_55 AC 156 ms
20,592 KB
testcase_56 AC 65 ms
14,280 KB
testcase_57 AC 158 ms
20,544 KB
testcase_58 AC 49 ms
12,396 KB
testcase_59 AC 143 ms
19,792 KB
testcase_60 AC 65 ms
14,400 KB
testcase_61 AC 165 ms
21,160 KB
testcase_62 AC 156 ms
20,500 KB
testcase_63 AC 55 ms
13,440 KB
testcase_64 AC 140 ms
19,424 KB
testcase_65 AC 75 ms
14,692 KB
testcase_66 AC 39 ms
11,520 KB
testcase_67 AC 64 ms
14,408 KB
testcase_68 AC 42 ms
11,904 KB
testcase_69 AC 125 ms
18,472 KB
testcase_70 AC 93 ms
15,832 KB
testcase_71 AC 60 ms
13,524 KB
testcase_72 AC 42 ms
11,776 KB
testcase_73 AC 69 ms
14,816 KB
testcase_74 AC 54 ms
13,380 KB
testcase_75 AC 86 ms
15,252 KB
testcase_76 AC 65 ms
14,392 KB
testcase_77 AC 126 ms
18,432 KB
testcase_78 AC 94 ms
16,036 KB
testcase_79 AC 53 ms
13,128 KB
testcase_80 AC 46 ms
12,160 KB
testcase_81 AC 43 ms
12,032 KB
testcase_82 AC 108 ms
16,852 KB
testcase_83 AC 174 ms
21,564 KB
testcase_84 AC 171 ms
21,688 KB
testcase_85 AC 172 ms
21,556 KB
testcase_86 AC 173 ms
21,684 KB
testcase_87 AC 172 ms
21,560 KB
testcase_88 AC 174 ms
21,684 KB
testcase_89 AC 173 ms
21,560 KB
testcase_90 AC 170 ms
21,688 KB
testcase_91 AC 169 ms
21,684 KB
testcase_92 AC 172 ms
21,564 KB
testcase_93 AC 31 ms
10,624 KB
testcase_94 AC 29 ms
10,752 KB
testcase_95 TLE -
testcase_96 TLE -
testcase_97 TLE -
testcase_98 TLE -
testcase_99 TLE -
権限があれば一括ダウンロードができます

ソースコード

diff #

from bisect import bisect_left
import sys
sys.setrecursionlimit(1<<20)
def f(L,R):
    if L+1==R:
        return 1
    elif L+2==R:
        return int(a[L]==a[L+1])
    s = acc[R] - acc[L]
    i = bisect_left(a,(s+R-L-1)//(R-L))
    v = 0
    if L < i and f(L,i)==0: v = 1
    if i < R and f(i,R)==0: v = 1
    return v

n = int(input())
*a, = map(int,input().split())
acc = [0]+a[:]
for i in range(1,n+1):
    acc[i] += acc[i-1]
print("First" if f(0,n) else "Second")
0