結果

問題 No.180 美しいWhitespace (2)
ユーザー yuruhiyayuruhiya
提出日時 2021-01-05 16:17:53
言語 Ruby
(3.3.0)
結果
AC  
実行時間 718 ms / 5,000 ms
コード長 98 bytes
コンパイル時間 417 ms
コンパイル使用メモリ 7,552 KB
実行使用メモリ 13,440 KB
最終ジャッジ日時 2024-11-06 02:43:20
合計ジャッジ時間 14,769 ms
ジャッジサーバーID
(参考情報)
judge4 / judge5
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 91 ms
12,160 KB
testcase_01 AC 91 ms
12,288 KB
testcase_02 AC 85 ms
12,160 KB
testcase_03 AC 95 ms
12,288 KB
testcase_04 AC 140 ms
12,928 KB
testcase_05 AC 194 ms
12,800 KB
testcase_06 AC 244 ms
12,928 KB
testcase_07 AC 296 ms
13,184 KB
testcase_08 AC 354 ms
13,056 KB
testcase_09 AC 628 ms
13,440 KB
testcase_10 AC 630 ms
13,440 KB
testcase_11 AC 626 ms
13,312 KB
testcase_12 AC 628 ms
13,312 KB
testcase_13 AC 632 ms
13,312 KB
testcase_14 AC 631 ms
13,312 KB
testcase_15 AC 633 ms
13,440 KB
testcase_16 AC 634 ms
13,440 KB
testcase_17 AC 626 ms
13,312 KB
testcase_18 AC 644 ms
13,312 KB
testcase_19 AC 633 ms
13,440 KB
testcase_20 AC 90 ms
12,160 KB
testcase_21 AC 90 ms
12,160 KB
testcase_22 AC 90 ms
12,288 KB
testcase_23 AC 89 ms
12,288 KB
testcase_24 AC 89 ms
12,160 KB
testcase_25 AC 92 ms
12,160 KB
testcase_26 AC 91 ms
12,160 KB
testcase_27 AC 91 ms
12,288 KB
testcase_28 AC 91 ms
12,288 KB
testcase_29 AC 94 ms
12,160 KB
testcase_30 AC 615 ms
13,312 KB
testcase_31 AC 637 ms
13,440 KB
testcase_32 AC 718 ms
13,440 KB
testcase_33 AC 633 ms
13,312 KB
testcase_34 AC 641 ms
13,440 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Syntax OK

ソースコード

diff #

gets;a=*$<
f=->x{b=a.map{eval"%d+%d*x"%_1.split};b.max-b.min}
p (1..1<<30).bsearch{f[_1]<=f[_1+1]}
0