結果

問題 No.239 にゃんぱすー
ユーザー mmmpppmmmppp
提出日時 2017-03-09 16:40:51
言語 Ruby
(3.3.0)
結果
RE  
実行時間 -
コード長 74 bytes
コンパイル時間 58 ms
コンパイル使用メモリ 11,240 KB
実行使用メモリ 15,676 KB
最終ジャッジ日時 2023-09-06 05:28:18
合計ジャッジ時間 4,661 ms
ジャッジサーバーID
(参考情報)
judge12 / judge14
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
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 82 ms
15,116 KB
testcase_11 WA -
testcase_12 WA -
testcase_13 AC 82 ms
15,176 KB
testcase_14 WA -
testcase_15 WA -
testcase_16 WA -
testcase_17 WA -
testcase_18 WA -
testcase_19 WA -
testcase_20 AC 83 ms
15,332 KB
testcase_21 WA -
testcase_22 AC 84 ms
15,272 KB
testcase_23 AC 84 ms
15,368 KB
testcase_24 AC 85 ms
15,376 KB
testcase_25 WA -
testcase_26 WA -
testcase_27 AC 81 ms
15,088 KB
testcase_28 AC 82 ms
15,132 KB
testcase_29 WA -
testcase_30 AC 81 ms
15,332 KB
testcase_31 AC 81 ms
15,248 KB
testcase_32 WA -
testcase_33 WA -
testcase_34 AC 82 ms
15,336 KB
testcase_35 WA -
testcase_36 AC 84 ms
15,464 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