結果

問題 No.2890 Chiffon
ユーザー 👑 p-adicp-adic
提出日時 2024-07-06 08:31:46
言語 cLay
(20240714-1)
結果
WA  
実行時間 -
コード長 228 bytes
コンパイル時間 1,808 ms
コンパイル使用メモリ 172,152 KB
実行使用メモリ 13,880 KB
最終ジャッジ日時 2024-07-06 11:14:05
合計ジャッジ時間 6,586 ms
ジャッジサーバーID
(参考情報)
judge3 / judge1
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 1 ms
12,828 KB
testcase_01 AC 1 ms
6,940 KB
testcase_02 AC 1 ms
6,944 KB
testcase_03 AC 1 ms
6,940 KB
testcase_04 AC 2 ms
6,940 KB
testcase_05 AC 1 ms
6,944 KB
testcase_06 AC 1 ms
6,940 KB
testcase_07 AC 1 ms
6,940 KB
testcase_08 WA -
testcase_09 WA -
testcase_10 WA -
testcase_11 WA -
testcase_12 AC 1 ms
6,940 KB
testcase_13 WA -
testcase_14 WA -
testcase_15 WA -
testcase_16 WA -
testcase_17 AC 2 ms
6,940 KB
testcase_18 WA -
testcase_19 AC 2 ms
6,940 KB
testcase_20 AC 2 ms
6,944 KB
testcase_21 AC 1 ms
6,940 KB
testcase_22 AC 16 ms
12,160 KB
testcase_23 AC 4 ms
6,944 KB
testcase_24 AC 3 ms
6,940 KB
testcase_25 AC 6 ms
6,940 KB
testcase_26 WA -
testcase_27 AC 2 ms
6,944 KB
testcase_28 AC 1 ms
6,940 KB
testcase_29 AC 1 ms
6,944 KB
testcase_30 WA -
testcase_31 AC 11 ms
6,944 KB
testcase_32 AC 1 ms
6,940 KB
testcase_33 AC 7 ms
7,552 KB
testcase_34 AC 7 ms
7,424 KB
testcase_35 AC 7 ms
7,296 KB
testcase_36 AC 7 ms
7,552 KB
testcase_37 AC 6 ms
7,552 KB
testcase_38 AC 7 ms
7,552 KB
testcase_39 AC 7 ms
7,552 KB
testcase_40 AC 7 ms
7,552 KB
testcase_41 AC 7 ms
7,552 KB
testcase_42 AC 6 ms
7,424 KB
testcase_43 AC 42 ms
7,424 KB
testcase_44 AC 42 ms
7,424 KB
testcase_45 AC 42 ms
7,552 KB
testcase_46 AC 42 ms
7,552 KB
testcase_47 AC 42 ms
7,552 KB
testcase_48 AC 8 ms
7,552 KB
testcase_49 AC 6 ms
7,552 KB
testcase_50 AC 7 ms
7,552 KB
testcase_51 AC 7 ms
7,552 KB
testcase_52 AC 7 ms
7,424 KB
testcase_53 AC 2 ms
6,940 KB
testcase_54 TLE -
権限があれば一括ダウンロードができます

ソースコード

diff #

// 誤解法チェック
ll@N,@K,A[2K],o=0,m,r=2N+1,t;rep(i,K)A[i+K]=(A[i]=rd_ll())+2N;while(o<r-1){m=(o+r)/2;REP(j,*A+1,A[1]){t=j;rep(i,1,K){if(A[i+1]<=t+m)t=5N,break;t=max(A[i]+1,t+m);}if(t+m<=j+2N)o=m,break;}o<m?r=m:r;}wt(o);
0