結果

問題 No.1362 [Zelkova 8th Tune] Black Sheep
ユーザー betit0919betit0919
提出日時 2021-01-22 21:37:15
言語 Ruby
(3.3.0)
結果
WA  
実行時間 -
コード長 82 bytes
コンパイル時間 207 ms
コンパイル使用メモリ 11,436 KB
実行使用メモリ 67,136 KB
最終ジャッジ日時 2023-08-27 17:54:49
合計ジャッジ時間 9,686 ms
ジャッジサーバーID
(参考情報)
judge15 / judge13
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 77 ms
15,244 KB
testcase_01 AC 77 ms
15,052 KB
testcase_02 AC 77 ms
15,064 KB
testcase_03 WA -
testcase_04 WA -
testcase_05 WA -
testcase_06 WA -
testcase_07 AC 76 ms
15,020 KB
testcase_08 AC 76 ms
15,064 KB
testcase_09 AC 76 ms
15,192 KB
testcase_10 WA -
testcase_11 WA -
testcase_12 WA -
testcase_13 WA -
testcase_14 AC 230 ms
55,036 KB
testcase_15 WA -
testcase_16 AC 144 ms
33,728 KB
testcase_17 WA -
testcase_18 WA -
testcase_19 AC 290 ms
65,708 KB
testcase_20 AC 213 ms
46,228 KB
testcase_21 AC 193 ms
39,144 KB
testcase_22 WA -
testcase_23 WA -
testcase_24 AC 311 ms
66,820 KB
testcase_25 WA -
testcase_26 WA -
testcase_27 WA -
testcase_28 WA -
testcase_29 AC 314 ms
66,780 KB
testcase_30 AC 311 ms
66,916 KB
testcase_31 AC 311 ms
66,732 KB
testcase_32 AC 305 ms
66,796 KB
testcase_33 WA -
testcase_34 AC 298 ms
66,860 KB
testcase_35 WA -
testcase_36 WA -
testcase_37 WA -
権限があれば一括ダウンロードができます
コンパイルメッセージ
Syntax OK

ソースコード

diff #

s = gets.chomp
c = s.chars.tally.min[0]
puts("#{s.chars.find_index(c) + 1} #{c}")
0