結果
問題 | No.1362 [Zelkova 8th Tune] Black Sheep |
ユーザー | betit0919 |
提出日時 | 2021-01-22 21:37:15 |
言語 | Ruby (3.3.0) |
結果 |
WA
|
実行時間 | - |
コード長 | 82 bytes |
コンパイル時間 | 345 ms |
コンパイル使用メモリ | 7,296 KB |
実行使用メモリ | 65,152 KB |
最終ジャッジ日時 | 2024-06-08 13:40:00 |
合計ジャッジ時間 | 9,790 ms |
ジャッジサーバーID (参考情報) |
judge2 / judge1 |
(要ログイン)
テストケース
テストケース表示入力 | 結果 | 実行時間 実行使用メモリ |
---|---|---|
testcase_00 | AC | 78 ms
12,032 KB |
testcase_01 | AC | 79 ms
12,032 KB |
testcase_02 | AC | 78 ms
12,160 KB |
testcase_03 | WA | - |
testcase_04 | WA | - |
testcase_05 | WA | - |
testcase_06 | WA | - |
testcase_07 | AC | 85 ms
12,160 KB |
testcase_08 | AC | 84 ms
12,288 KB |
testcase_09 | AC | 80 ms
11,904 KB |
testcase_10 | WA | - |
testcase_11 | WA | - |
testcase_12 | WA | - |
testcase_13 | WA | - |
testcase_14 | AC | 256 ms
51,968 KB |
testcase_15 | WA | - |
testcase_16 | AC | 170 ms
29,184 KB |
testcase_17 | WA | - |
testcase_18 | WA | - |
testcase_19 | AC | 331 ms
63,488 KB |
testcase_20 | AC | 217 ms
28,672 KB |
testcase_21 | AC | 199 ms
29,824 KB |
testcase_22 | WA | - |
testcase_23 | WA | - |
testcase_24 | AC | 335 ms
64,896 KB |
testcase_25 | WA | - |
testcase_26 | WA | - |
testcase_27 | WA | - |
testcase_28 | WA | - |
testcase_29 | AC | 333 ms
65,024 KB |
testcase_30 | AC | 320 ms
65,024 KB |
testcase_31 | AC | 331 ms
64,768 KB |
testcase_32 | AC | 324 ms
64,768 KB |
testcase_33 | WA | - |
testcase_34 | AC | 313 ms
65,024 KB |
testcase_35 | WA | - |
testcase_36 | WA | - |
testcase_37 | WA | - |
コンパイルメッセージ
Syntax OK
ソースコード
s = gets.chomp c = s.chars.tally.min[0] puts("#{s.chars.find_index(c) + 1} #{c}")