結果

問題 No.239 にゃんぱすー
ユーザー cielciel
提出日時 2015-07-10 23:05:08
言語 Ruby
(3.3.0)
結果
RE  
実行時間 -
コード長 118 bytes
コンパイル時間 160 ms
コンパイル使用メモリ 7,296 KB
実行使用メモリ 12,672 KB
最終ジャッジ日時 2024-07-08 02:05:28
合計ジャッジ時間 5,198 ms
ジャッジサーバーID
(参考情報)
judge1 / judge2
このコードへのチャレンジ
(要ログイン)

テストケース

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

ソースコード

diff #

gets
a=$<.map{|e|e.split}.transpose.each_with_index.select{|e,i|e.count('nyanpass')==e.size-1}
p a.size==1 ? a[0]+1:-1
0