結果

問題 No.761 平均値ゲーム
ユーザー 37zigen37zigen
提出日時 2020-04-01 13:04:46
言語 Java21
(openjdk 21)
結果
AC  
実行時間 658 ms / 2,000 ms
コード長 842 bytes
コンパイル時間 2,251 ms
コンパイル使用メモリ 77,164 KB
実行使用メモリ 53,060 KB
最終ジャッジ日時 2024-06-26 09:31:43
合計ジャッジ時間 42,959 ms
ジャッジサーバーID
(参考情報)
judge1 / judge3
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 128 ms
41,092 KB
testcase_01 AC 128 ms
41,676 KB
testcase_02 AC 127 ms
41,264 KB
testcase_03 AC 128 ms
41,412 KB
testcase_04 AC 127 ms
41,260 KB
testcase_05 AC 129 ms
41,540 KB
testcase_06 AC 128 ms
41,208 KB
testcase_07 AC 128 ms
41,368 KB
testcase_08 AC 122 ms
41,228 KB
testcase_09 AC 127 ms
41,224 KB
testcase_10 AC 125 ms
41,424 KB
testcase_11 AC 126 ms
41,620 KB
testcase_12 AC 126 ms
41,260 KB
testcase_13 AC 130 ms
41,052 KB
testcase_14 AC 117 ms
40,328 KB
testcase_15 AC 128 ms
41,332 KB
testcase_16 AC 127 ms
41,244 KB
testcase_17 AC 129 ms
41,388 KB
testcase_18 AC 126 ms
41,304 KB
testcase_19 AC 126 ms
41,552 KB
testcase_20 AC 130 ms
41,132 KB
testcase_21 AC 119 ms
39,996 KB
testcase_22 AC 128 ms
41,272 KB
testcase_23 AC 132 ms
40,932 KB
testcase_24 AC 129 ms
41,228 KB
testcase_25 AC 128 ms
41,096 KB
testcase_26 AC 128 ms
41,204 KB
testcase_27 AC 130 ms
41,224 KB
testcase_28 AC 128 ms
41,276 KB
testcase_29 AC 138 ms
41,352 KB
testcase_30 AC 137 ms
41,076 KB
testcase_31 AC 138 ms
41,868 KB
testcase_32 AC 135 ms
41,776 KB
testcase_33 AC 586 ms
49,132 KB
testcase_34 AC 580 ms
50,800 KB
testcase_35 AC 242 ms
45,972 KB
testcase_36 AC 465 ms
48,236 KB
testcase_37 AC 537 ms
48,916 KB
testcase_38 AC 578 ms
49,032 KB
testcase_39 AC 592 ms
49,856 KB
testcase_40 AC 594 ms
51,100 KB
testcase_41 AC 570 ms
48,996 KB
testcase_42 AC 580 ms
50,292 KB
testcase_43 AC 333 ms
47,568 KB
testcase_44 AC 508 ms
48,756 KB
testcase_45 AC 584 ms
48,960 KB
testcase_46 AC 461 ms
48,560 KB
testcase_47 AC 473 ms
48,644 KB
testcase_48 AC 236 ms
45,812 KB
testcase_49 AC 561 ms
50,288 KB
testcase_50 AC 292 ms
47,684 KB
testcase_51 AC 251 ms
46,152 KB
testcase_52 AC 257 ms
46,284 KB
testcase_53 AC 601 ms
50,728 KB
testcase_54 AC 497 ms
48,892 KB
testcase_55 AC 626 ms
50,272 KB
testcase_56 AC 387 ms
48,012 KB
testcase_57 AC 555 ms
51,584 KB
testcase_58 AC 316 ms
46,388 KB
testcase_59 AC 588 ms
50,488 KB
testcase_60 AC 396 ms
48,228 KB
testcase_61 AC 632 ms
50,408 KB
testcase_62 AC 628 ms
50,380 KB
testcase_63 AC 352 ms
47,788 KB
testcase_64 AC 574 ms
49,184 KB
testcase_65 AC 443 ms
48,492 KB
testcase_66 AC 252 ms
46,376 KB
testcase_67 AC 391 ms
48,188 KB
testcase_68 AC 278 ms
46,480 KB
testcase_69 AC 547 ms
49,076 KB
testcase_70 AC 466 ms
48,788 KB
testcase_71 AC 353 ms
46,916 KB
testcase_72 AC 275 ms
47,320 KB
testcase_73 AC 415 ms
48,216 KB
testcase_74 AC 372 ms
48,248 KB
testcase_75 AC 433 ms
47,664 KB
testcase_76 AC 401 ms
48,180 KB
testcase_77 AC 541 ms
48,952 KB
testcase_78 AC 455 ms
47,484 KB
testcase_79 AC 338 ms
48,040 KB
testcase_80 AC 292 ms
46,788 KB
testcase_81 AC 289 ms
47,372 KB
testcase_82 AC 514 ms
48,648 KB
testcase_83 AC 591 ms
51,356 KB
testcase_84 AC 598 ms
51,388 KB
testcase_85 AC 624 ms
52,908 KB
testcase_86 AC 614 ms
51,692 KB
testcase_87 AC 618 ms
52,636 KB
testcase_88 AC 643 ms
52,736 KB
testcase_89 AC 607 ms
51,720 KB
testcase_90 AC 615 ms
53,060 KB
testcase_91 AC 626 ms
52,896 KB
testcase_92 AC 644 ms
52,536 KB
testcase_93 AC 131 ms
41,352 KB
testcase_94 AC 131 ms
41,656 KB
testcase_95 AC 658 ms
50,224 KB
testcase_96 AC 607 ms
51,612 KB
testcase_97 AC 606 ms
51,556 KB
testcase_98 AC 595 ms
50,860 KB
testcase_99 AC 638 ms
50,744 KB
権限があれば一括ダウンロードができます

ソースコード

diff #

import java.util.Arrays;
import java.util.Scanner;

class Main {
	public static void main(String[] args) {
		new Main().run();
	}
	
	boolean f(int l,int r,long[] A,long[] sum) {
		if(r-l<=0)return false;
		int ok=r-1;
		int ng=l-1;
		boolean ret=false;
		while(ok-ng>1) {
			int middle=(ok+ng)/2;
			if(A[middle]*(r-l)>=(r>0?sum[r-1]:0)-(l>0?sum[l-1]:0))ok=middle;
			else ng=middle;
		}
		if(ok!=r)ret|=!f(l,ok,A,sum);
		if(ok!=l)ret|=!f(ok,r,A,sum);
		return ret;
	}
	
	void run() {
		Scanner sc=new Scanner(System.in);
		int N=sc.nextInt();
		long[] A=new long[N];
		long[] sum=new long[N];
		for(int i=0;i<N;++i)A[i]=sc.nextLong();
		for(int i=0;i<N;++i)sum[i]=A[i]+(i>0?sum[i-1]:0);
		System.out.println(f(0,N,A,sum)?"First":"Second");
	}
	
	static void tr(Object... objects) {
		System.out.println(Arrays.deepToString(objects));
	}

}

0