結果

問題 No.178 美しいWhitespace (1)
ユーザー simansiman
提出日時 2015-11-06 00:57:46
言語 Ruby
(3.3.0)
結果
WA  
実行時間 -
コード長 90 bytes
コンパイル時間 110 ms
コンパイル使用メモリ 7,424 KB
実行使用メモリ 12,800 KB
最終ジャッジ日時 2024-09-13 12:54:39
合計ジャッジ時間 3,429 ms
ジャッジサーバーID
(参考情報)
judge4 / judge1
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 WA -
testcase_01 WA -
testcase_02 AC 87 ms
12,288 KB
testcase_03 WA -
testcase_04 WA -
testcase_05 WA -
testcase_06 WA -
testcase_07 AC 98 ms
12,416 KB
testcase_08 WA -
testcase_09 WA -
testcase_10 WA -
testcase_11 AC 99 ms
12,544 KB
testcase_12 AC 98 ms
12,416 KB
testcase_13 WA -
testcase_14 WA -
testcase_15 WA -
testcase_16 WA -
testcase_17 WA -
testcase_18 AC 101 ms
12,416 KB
testcase_19 WA -
testcase_20 AC 99 ms
12,416 KB
testcase_21 WA -
testcase_22 WA -
testcase_23 WA -
testcase_24 AC 101 ms
12,416 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Main.rb:3: warning: `:' after local variable or literal is interpreted as binary operator
Main.rb:3: warning: even though it seems like symbol literal
Syntax OK

ソースコード

diff #

gets
l=$<.map{|i|eval i.split*'+4*'}
s=-1;l.map{|j|s>-1&&(d=l.max-j)%2<1?s+=d/2 :s=-1}
p s
0