結果

問題 No.239 にゃんぱすー
ユーザー mmmpppmmmppp
提出日時 2017-03-09 16:40:51
言語 Ruby
(3.3.0)
結果
RE  
実行時間 -
コード長 74 bytes
コンパイル時間 61 ms
コンパイル使用メモリ 7,424 KB
実行使用メモリ 12,672 KB
最終ジャッジ日時 2024-06-24 00:10:13
合計ジャッジ時間 4,872 ms
ジャッジサーバーID
(参考情報)
judge2 / judge5
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 RE -
testcase_01 RE -
testcase_02 RE -
testcase_03 RE -
testcase_04 RE -
testcase_05 RE -
testcase_06 RE -
testcase_07 RE -
testcase_08 RE -
testcase_09 WA -
testcase_10 AC 87 ms
12,416 KB
testcase_11 WA -
testcase_12 WA -
testcase_13 AC 89 ms
12,288 KB
testcase_14 WA -
testcase_15 WA -
testcase_16 WA -
testcase_17 WA -
testcase_18 WA -
testcase_19 WA -
testcase_20 AC 95 ms
12,288 KB
testcase_21 WA -
testcase_22 AC 95 ms
12,160 KB
testcase_23 AC 94 ms
12,160 KB
testcase_24 AC 94 ms
12,288 KB
testcase_25 WA -
testcase_26 WA -
testcase_27 AC 89 ms
12,288 KB
testcase_28 AC 86 ms
12,288 KB
testcase_29 WA -
testcase_30 AC 87 ms
12,288 KB
testcase_31 AC 90 ms
12,160 KB
testcase_32 WA -
testcase_33 WA -
testcase_34 AC 93 ms
12,160 KB
testcase_35 WA -
testcase_36 AC 94 ms
12,544 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Syntax OK

ソースコード

diff #

n,*a=$<.map &:split
p (0..99).one?{|i|a.one?{|e|e[i].size==8}&&n=i}?n+1:-1
0