結果

問題 No.135 とりあえず1次元の問題
ユーザー cielciel
提出日時 2015-02-13 02:41:05
言語 Ruby
(3.3.0)
結果
WA  
実行時間 -
コード長 70 bytes
コンパイル時間 266 ms
コンパイル使用メモリ 7,680 KB
実行使用メモリ 24,960 KB
最終ジャッジ日時 2024-06-11 01:50:10
合計ジャッジ時間 3,668 ms
ジャッジサーバーID
(参考情報)
judge2 / judge1
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 WA -
testcase_01 WA -
testcase_02 AC 96 ms
12,160 KB
testcase_03 WA -
testcase_04 AC 93 ms
12,160 KB
testcase_05 AC 93 ms
12,160 KB
testcase_06 AC 94 ms
12,160 KB
testcase_07 AC 90 ms
12,416 KB
testcase_08 AC 92 ms
12,288 KB
testcase_09 AC 94 ms
12,288 KB
testcase_10 AC 92 ms
12,416 KB
testcase_11 AC 90 ms
12,416 KB
testcase_12 WA -
testcase_13 AC 95 ms
12,160 KB
testcase_14 AC 92 ms
12,160 KB
testcase_15 AC 93 ms
12,288 KB
testcase_16 AC 94 ms
12,288 KB
testcase_17 AC 97 ms
12,288 KB
testcase_18 AC 95 ms
12,160 KB
testcase_19 AC 91 ms
12,288 KB
testcase_20 AC 95 ms
12,160 KB
testcase_21 WA -
testcase_22 AC 176 ms
24,704 KB
evil01.txt AC 169 ms
24,960 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Syntax OK

ソースコード

diff #

p$<.read.split.map(&:to_i).sort.uniq.each_cons(2).map{|x,y|y-x}.min||0
0