結果

問題 No.1285 ゴミ捨て
ユーザー kotatsugamekotatsugame
提出日時 2020-11-13 23:08:25
言語 Ruby
(3.3.0)
結果
WA  
実行時間 -
コード長 47 bytes
コンパイル時間 84 ms
コンパイル使用メモリ 7,296 KB
実行使用メモリ 13,824 KB
最終ジャッジ日時 2024-07-22 22:01:32
合計ジャッジ時間 4,059 ms
ジャッジサーバーID
(参考情報)
judge3 / judge2
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 89 ms
12,160 KB
testcase_01 WA -
testcase_02 WA -
testcase_03 WA -
testcase_04 WA -
testcase_05 WA -
testcase_06 WA -
testcase_07 AC 124 ms
13,696 KB
testcase_08 WA -
testcase_09 AC 111 ms
12,928 KB
testcase_10 AC 123 ms
13,440 KB
testcase_11 AC 124 ms
13,440 KB
testcase_12 AC 113 ms
13,056 KB
testcase_13 AC 113 ms
13,056 KB
testcase_14 AC 125 ms
13,696 KB
testcase_15 AC 114 ms
13,184 KB
testcase_16 WA -
testcase_17 WA -
testcase_18 WA -
testcase_19 AC 107 ms
12,800 KB
testcase_20 WA -
testcase_21 AC 100 ms
12,544 KB
testcase_22 AC 128 ms
13,824 KB
testcase_23 AC 128 ms
13,696 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Syntax OK

ソースコード

diff #

_,*A=$<.map &:to_i
puts A.any?{A.find _1+1}?2:1
0