結果

問題 No.239 にゃんぱすー
ユーザー cielciel
提出日時 2015-07-10 23:05:08
言語 Ruby
(3.3.0)
結果
RE  
実行時間 -
コード長 118 bytes
コンパイル時間 53 ms
コンパイル使用メモリ 11,436 KB
実行使用メモリ 15,960 KB
最終ジャッジ日時 2023-09-22 10:04:58
合計ジャッジ時間 4,632 ms
ジャッジサーバーID
(参考情報)
judge13 / judge15
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 80 ms
15,076 KB
testcase_01 AC 79 ms
15,120 KB
testcase_02 RE -
testcase_03 RE -
testcase_04 AC 79 ms
15,156 KB
testcase_05 RE -
testcase_06 AC 80 ms
15,120 KB
testcase_07 AC 80 ms
15,160 KB
testcase_08 AC 78 ms
15,036 KB
testcase_09 RE -
testcase_10 AC 84 ms
15,352 KB
testcase_11 RE -
testcase_12 RE -
testcase_13 AC 83 ms
15,168 KB
testcase_14 RE -
testcase_15 RE -
testcase_16 RE -
testcase_17 RE -
testcase_18 RE -
testcase_19 RE -
testcase_20 AC 80 ms
15,508 KB
testcase_21 RE -
testcase_22 AC 83 ms
15,216 KB
testcase_23 AC 83 ms
15,368 KB
testcase_24 AC 82 ms
15,408 KB
testcase_25 RE -
testcase_26 RE -
testcase_27 AC 78 ms
15,280 KB
testcase_28 AC 81 ms
15,264 KB
testcase_29 RE -
testcase_30 AC 79 ms
15,288 KB
testcase_31 AC 80 ms
15,488 KB
testcase_32 RE -
testcase_33 RE -
testcase_34 AC 83 ms
15,444 KB
testcase_35 RE -
testcase_36 AC 85 ms
15,664 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