結果

問題 No.761 平均値ゲーム
ユーザー polylogKpolylogK
提出日時 2018-12-09 11:37:13
言語 C++14
(gcc 12.3.0 + boost 1.83.0)
結果
AC  
実行時間 93 ms / 2,000 ms
コード長 816 bytes
コンパイル時間 2,071 ms
コンパイル使用メモリ 183,116 KB
実行使用メモリ 23,680 KB
最終ジャッジ日時 2024-09-16 08:58:06
合計ジャッジ時間 7,690 ms
ジャッジサーバーID
(参考情報)
judge3 / judge5
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 2 ms
5,248 KB
testcase_01 AC 2 ms
5,376 KB
testcase_02 AC 2 ms
5,376 KB
testcase_03 AC 2 ms
5,376 KB
testcase_04 AC 2 ms
5,376 KB
testcase_05 AC 2 ms
5,376 KB
testcase_06 AC 2 ms
5,376 KB
testcase_07 AC 2 ms
5,376 KB
testcase_08 AC 2 ms
5,376 KB
testcase_09 AC 2 ms
5,376 KB
testcase_10 AC 2 ms
5,376 KB
testcase_11 AC 2 ms
5,376 KB
testcase_12 AC 2 ms
5,376 KB
testcase_13 AC 2 ms
5,376 KB
testcase_14 AC 2 ms
5,376 KB
testcase_15 AC 2 ms
5,376 KB
testcase_16 AC 2 ms
5,376 KB
testcase_17 AC 2 ms
5,376 KB
testcase_18 AC 2 ms
5,376 KB
testcase_19 AC 2 ms
5,376 KB
testcase_20 AC 2 ms
5,376 KB
testcase_21 AC 2 ms
5,376 KB
testcase_22 AC 2 ms
5,376 KB
testcase_23 AC 2 ms
5,376 KB
testcase_24 AC 2 ms
5,376 KB
testcase_25 AC 2 ms
5,376 KB
testcase_26 AC 2 ms
5,376 KB
testcase_27 AC 2 ms
5,376 KB
testcase_28 AC 2 ms
5,376 KB
testcase_29 AC 2 ms
5,376 KB
testcase_30 AC 2 ms
5,376 KB
testcase_31 AC 2 ms
5,376 KB
testcase_32 AC 2 ms
5,376 KB
testcase_33 AC 65 ms
17,920 KB
testcase_34 AC 75 ms
20,352 KB
testcase_35 AC 7 ms
5,376 KB
testcase_36 AC 39 ms
12,544 KB
testcase_37 AC 61 ms
17,024 KB
testcase_38 AC 61 ms
17,152 KB
testcase_39 AC 78 ms
20,992 KB
testcase_40 AC 78 ms
20,736 KB
testcase_41 AC 73 ms
19,712 KB
testcase_42 AC 79 ms
21,376 KB
testcase_43 AC 14 ms
6,912 KB
testcase_44 AC 49 ms
14,464 KB
testcase_45 AC 71 ms
19,328 KB
testcase_46 AC 38 ms
11,776 KB
testcase_47 AC 40 ms
12,160 KB
testcase_48 AC 5 ms
5,376 KB
testcase_49 AC 81 ms
21,248 KB
testcase_50 AC 10 ms
5,888 KB
testcase_51 AC 7 ms
5,376 KB
testcase_52 AC 7 ms
5,376 KB
testcase_53 AC 81 ms
21,376 KB
testcase_54 AC 45 ms
13,696 KB
testcase_55 AC 82 ms
21,632 KB
testcase_56 AC 22 ms
8,448 KB
testcase_57 AC 84 ms
21,760 KB
testcase_58 AC 14 ms
6,528 KB
testcase_59 AC 77 ms
20,224 KB
testcase_60 AC 22 ms
8,576 KB
testcase_61 AC 88 ms
22,784 KB
testcase_62 AC 82 ms
21,632 KB
testcase_63 AC 16 ms
7,096 KB
testcase_64 AC 73 ms
19,712 KB
testcase_65 AC 29 ms
10,112 KB
testcase_66 AC 7 ms
5,376 KB
testcase_67 AC 22 ms
8,576 KB
testcase_68 AC 9 ms
5,504 KB
testcase_69 AC 63 ms
17,664 KB
testcase_70 AC 40 ms
12,672 KB
testcase_71 AC 18 ms
7,552 KB
testcase_72 AC 9 ms
5,376 KB
testcase_73 AC 26 ms
9,344 KB
testcase_74 AC 16 ms
7,168 KB
testcase_75 AC 36 ms
11,648 KB
testcase_76 AC 22 ms
8,448 KB
testcase_77 AC 63 ms
17,536 KB
testcase_78 AC 41 ms
12,800 KB
testcase_79 AC 15 ms
6,796 KB
testcase_80 AC 11 ms
6,272 KB
testcase_81 AC 10 ms
5,760 KB
testcase_82 AC 50 ms
14,848 KB
testcase_83 AC 91 ms
23,552 KB
testcase_84 AC 93 ms
23,680 KB
testcase_85 AC 92 ms
23,552 KB
testcase_86 AC 91 ms
23,552 KB
testcase_87 AC 93 ms
23,680 KB
testcase_88 AC 91 ms
23,680 KB
testcase_89 AC 91 ms
23,680 KB
testcase_90 AC 93 ms
23,680 KB
testcase_91 AC 93 ms
23,552 KB
testcase_92 AC 91 ms
23,680 KB
testcase_93 AC 2 ms
5,376 KB
testcase_94 AC 2 ms
5,376 KB
testcase_95 AC 16 ms
5,376 KB
testcase_96 AC 19 ms
5,376 KB
testcase_97 AC 18 ms
5,376 KB
testcase_98 AC 37 ms
11,776 KB
testcase_99 AC 42 ms
11,648 KB
権限があれば一括ダウンロードができます

ソースコード

diff #

#include <bits/stdc++.h>
using i64 = long long;
using std::cout;
using std::endl;
using std::cin;

std::vector<i64> a;
std::vector<i64> s;
int n;


int count = 0;
std::map<int, std::map<int, int>> dp;
int solve(i64 l = 0, i64 r = n) { // [l, r)
	if(l == r) return dp[l][r] = 0;
	if(l + 1 == r) return dp[l][r] = 1;
	if(dp.count(l) and dp[l].count(r)) return dp[l][r];
	
	i64 mid = (s[r] - s[l] + (r - l) - 1) / (r - l);
	int k = lower_bound(begin(a) + l, begin(a) + r, mid) - begin(a);
	if(l == k || k == r) return 1;
	int L = !solve(l, k);
	int R = !solve(k, r);
	return dp[l][r] = L | R;
}

int main() {
	scanf("%d", &n); a.resize(n); s.resize(n + 1, 0);
	for(int i = 0; i < n; i++) {
		scanf("%lld", &a[i]);
		
		s[i + 1] = s[i] + a[i];
	}
	
	if(solve()) printf("First\n");
	else printf("Second\n");
	return 0;
}
0