結果
問題 | No.150 "良問"(良問とは言っていない |
ユーザー | ciel |
提出日時 | 2015-02-13 02:32:46 |
言語 | Ruby (3.3.0) |
結果 |
WA
|
実行時間 | - |
コード長 | 140 bytes |
コンパイル時間 | 236 ms |
コンパイル使用メモリ | 7,424 KB |
実行使用メモリ | 12,672 KB |
最終ジャッジ日時 | 2024-06-23 19:41:14 |
合計ジャッジ時間 | 19,178 ms |
ジャッジサーバーID (参考情報) |
judge5 / judge2 |
(要ログイン)
テストケース
テストケース表示入力 | 結果 | 実行時間 実行使用メモリ |
---|---|---|
testcase_00 | WA | - |
testcase_01 | AC | 88 ms
12,288 KB |
testcase_02 | AC | 88 ms
12,288 KB |
testcase_03 | AC | 90 ms
12,416 KB |
testcase_04 | WA | - |
testcase_05 | AC | 132 ms
12,288 KB |
testcase_06 | AC | 4,101 ms
12,288 KB |
testcase_07 | WA | - |
testcase_08 | AC | 107 ms
12,416 KB |
testcase_09 | AC | 95 ms
12,288 KB |
testcase_10 | WA | - |
testcase_11 | WA | - |
testcase_12 | WA | - |
testcase_13 | WA | - |
testcase_14 | WA | - |
testcase_15 | WA | - |
testcase_16 | AC | 178 ms
12,416 KB |
testcase_17 | WA | - |
testcase_18 | WA | - |
testcase_19 | WA | - |
testcase_20 | WA | - |
コンパイルメッセージ
Syntax OK
ソースコード
puts$<.drop(1).map{|s|0.upto(s.size-11).map{|i|(i+4).upto(s.size-7).map{|j|(0..10).count{|k|(s[i,4]+s[j,7])[k]!='goodproblem'[k]}}.min}.min}