結果

問題 No.761 平均値ゲーム
ユーザー tktk_snsntktk_snsn
提出日時 2020-12-20 01:48:28
言語 Python3
(3.12.2 + numpy 1.26.4 + scipy 1.12.0)
結果
AC  
実行時間 443 ms / 2,000 ms
コード長 651 bytes
コンパイル時間 112 ms
コンパイル使用メモリ 12,672 KB
実行使用メモリ 50,420 KB
最終ジャッジ日時 2024-09-21 11:16:21
合計ジャッジ時間 22,215 ms
ジャッジサーバーID
(参考情報)
judge1 / judge3
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 30 ms
10,752 KB
testcase_01 AC 31 ms
10,752 KB
testcase_02 AC 27 ms
10,624 KB
testcase_03 AC 27 ms
10,752 KB
testcase_04 AC 28 ms
10,752 KB
testcase_05 AC 28 ms
10,880 KB
testcase_06 AC 28 ms
10,752 KB
testcase_07 AC 28 ms
10,752 KB
testcase_08 AC 28 ms
10,880 KB
testcase_09 AC 29 ms
10,752 KB
testcase_10 AC 29 ms
10,752 KB
testcase_11 AC 29 ms
10,752 KB
testcase_12 AC 29 ms
10,752 KB
testcase_13 AC 28 ms
10,752 KB
testcase_14 AC 28 ms
10,752 KB
testcase_15 AC 29 ms
10,752 KB
testcase_16 AC 28 ms
10,752 KB
testcase_17 AC 29 ms
10,752 KB
testcase_18 AC 28 ms
10,752 KB
testcase_19 AC 26 ms
10,752 KB
testcase_20 AC 28 ms
10,752 KB
testcase_21 AC 27 ms
10,752 KB
testcase_22 AC 28 ms
10,624 KB
testcase_23 AC 28 ms
10,624 KB
testcase_24 AC 31 ms
10,752 KB
testcase_25 AC 31 ms
10,752 KB
testcase_26 AC 27 ms
10,752 KB
testcase_27 AC 27 ms
10,752 KB
testcase_28 AC 27 ms
10,752 KB
testcase_29 AC 27 ms
10,752 KB
testcase_30 AC 28 ms
10,752 KB
testcase_31 AC 29 ms
10,752 KB
testcase_32 AC 28 ms
10,752 KB
testcase_33 AC 315 ms
35,108 KB
testcase_34 AC 376 ms
38,176 KB
testcase_35 AC 58 ms
13,312 KB
testcase_36 AC 220 ms
30,028 KB
testcase_37 AC 311 ms
34,052 KB
testcase_38 AC 302 ms
33,864 KB
testcase_39 AC 377 ms
38,896 KB
testcase_40 AC 375 ms
38,364 KB
testcase_41 AC 354 ms
37,356 KB
testcase_42 AC 399 ms
49,368 KB
testcase_43 AC 85 ms
16,044 KB
testcase_44 AC 243 ms
31,640 KB
testcase_45 AC 344 ms
36,704 KB
testcase_46 AC 201 ms
24,264 KB
testcase_47 AC 211 ms
30,072 KB
testcase_48 AC 46 ms
12,288 KB
testcase_49 AC 411 ms
49,312 KB
testcase_50 AC 70 ms
15,452 KB
testcase_51 AC 51 ms
13,184 KB
testcase_52 AC 55 ms
13,312 KB
testcase_53 AC 403 ms
49,204 KB
testcase_54 AC 240 ms
31,112 KB
testcase_55 AC 416 ms
49,256 KB
testcase_56 AC 130 ms
20,512 KB
testcase_57 AC 426 ms
49,496 KB
testcase_58 AC 81 ms
15,684 KB
testcase_59 AC 361 ms
38,076 KB
testcase_60 AC 125 ms
20,568 KB
testcase_61 AC 434 ms
49,932 KB
testcase_62 AC 408 ms
49,432 KB
testcase_63 AC 97 ms
16,964 KB
testcase_64 AC 351 ms
37,252 KB
testcase_65 AC 154 ms
22,300 KB
testcase_66 AC 51 ms
13,164 KB
testcase_67 AC 124 ms
21,056 KB
testcase_68 AC 63 ms
13,944 KB
testcase_69 AC 311 ms
34,776 KB
testcase_70 AC 220 ms
29,688 KB
testcase_71 AC 113 ms
17,416 KB
testcase_72 AC 69 ms
13,724 KB
testcase_73 AC 153 ms
21,456 KB
testcase_74 AC 105 ms
16,972 KB
testcase_75 AC 204 ms
24,196 KB
testcase_76 AC 121 ms
20,432 KB
testcase_77 AC 309 ms
34,472 KB
testcase_78 AC 212 ms
29,728 KB
testcase_79 AC 90 ms
16,532 KB
testcase_80 AC 75 ms
15,492 KB
testcase_81 AC 67 ms
14,032 KB
testcase_82 AC 250 ms
31,680 KB
testcase_83 AC 440 ms
50,408 KB
testcase_84 AC 432 ms
50,420 KB
testcase_85 AC 427 ms
50,292 KB
testcase_86 AC 438 ms
50,200 KB
testcase_87 AC 442 ms
50,204 KB
testcase_88 AC 443 ms
50,332 KB
testcase_89 AC 432 ms
50,328 KB
testcase_90 AC 439 ms
50,328 KB
testcase_91 AC 442 ms
50,312 KB
testcase_92 AC 438 ms
50,196 KB
testcase_93 AC 27 ms
10,752 KB
testcase_94 AC 26 ms
10,752 KB
testcase_95 AC 69 ms
21,576 KB
testcase_96 AC 81 ms
21,576 KB
testcase_97 AC 68 ms
22,160 KB
testcase_98 AC 251 ms
34,892 KB
testcase_99 AC 282 ms
35,852 KB
権限があれば一括ダウンロードができます

ソースコード

diff #

from functools import lru_cache
import bisect
from itertools import accumulate
eps = 1e-10

N = int(input())
A = list(map(int, input().split()))
B = list(accumulate(A, initial=0))


@lru_cache(maxsize=None)
def grundy(l, r):
    if r == l:
        return 0
    if r - l == 1:
        return 1
    sm = B[r] - B[l]
    sz = r - l
    m = bisect.bisect_left(A, sm / sz - eps)
    if l == m:
        return 1
    tmp = set()
    tmp.add(grundy(l, m))
    tmp.add(grundy(m, r))
    for i, v in enumerate(sorted(tmp)):
        if i == v:
            continue
        return i
    return i + 1


if grundy(0, N):
    print("First")
else:
    print("Second")
0