結果
問題 | No.342 一番ワロタww |
ユーザー | KisaragiEffective |
提出日時 | 2021-05-17 08:10:09 |
言語 | Ruby (3.3.0) |
結果 |
RE
|
実行時間 | - |
コード長 | 218 bytes |
コンパイル時間 | 153 ms |
コンパイル使用メモリ | 7,552 KB |
実行使用メモリ | 12,544 KB |
最終ジャッジ日時 | 2024-10-06 01:18:31 |
合計ジャッジ時間 | 2,220 ms |
ジャッジサーバーID (参考情報) |
judge2 / judge4 |
(要ログイン)
テストケース
テストケース表示入力 | 結果 | 実行時間 実行使用メモリ |
---|---|---|
testcase_00 | RE | - |
testcase_01 | WA | - |
testcase_02 | WA | - |
testcase_03 | WA | - |
testcase_04 | WA | - |
testcase_05 | WA | - |
testcase_06 | RE | - |
testcase_07 | WA | - |
testcase_08 | RE | - |
testcase_09 | WA | - |
testcase_10 | WA | - |
testcase_11 | WA | - |
testcase_12 | WA | - |
testcase_13 | WA | - |
testcase_14 | RE | - |
testcase_15 | RE | - |
testcase_16 | WA | - |
コンパイルメッセージ
Syntax OK
ソースコード
z = "([^w]*w+)?" r = /^(?:w*)#{z * 100}$/ gets.chomp.split(?\n).map {|l| r.match(l).to_a[1..].compact.group_by { _1.count(?w) }.sort_by { -_1[0] }[0] }.flat_map { _1[1] }.each { puts _1 }