結果

問題 No.1285 ゴミ捨て
ユーザー kotatsugamekotatsugame
提出日時 2020-11-13 23:08:25
言語 Ruby
(3.3.0)
結果
WA  
実行時間 -
コード長 47 bytes
コンパイル時間 764 ms
コンパイル使用メモリ 11,448 KB
実行使用メモリ 17,024 KB
最終ジャッジ日時 2023-09-30 04:02:45
合計ジャッジ時間 3,853 ms
ジャッジサーバーID
(参考情報)
judge12 / judge14
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 81 ms
15,148 KB
testcase_01 WA -
testcase_02 WA -
testcase_03 WA -
testcase_04 WA -
testcase_05 WA -
testcase_06 WA -
testcase_07 AC 120 ms
17,024 KB
testcase_08 WA -
testcase_09 AC 100 ms
16,056 KB
testcase_10 AC 117 ms
16,792 KB
testcase_11 AC 116 ms
16,376 KB
testcase_12 AC 106 ms
16,132 KB
testcase_13 AC 106 ms
16,008 KB
testcase_14 AC 119 ms
16,664 KB
testcase_15 AC 112 ms
16,432 KB
testcase_16 WA -
testcase_17 WA -
testcase_18 WA -
testcase_19 AC 99 ms
15,840 KB
testcase_20 WA -
testcase_21 AC 93 ms
15,492 KB
testcase_22 AC 125 ms
16,860 KB
testcase_23 AC 122 ms
16,896 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Syntax OK

ソースコード

diff #

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