結果

問題 No.628 Tagの勢い
ユーザー kotatsugamekotatsugame
提出日時 2018-04-12 03:20:19
言語 Raku
(rakudo v2024.02)
結果
AC  
実行時間 544 ms / 2,000 ms
コード長 117 bytes
コンパイル時間 504 ms
コンパイル使用メモリ 146,536 KB
実行使用メモリ 145,108 KB
最終ジャッジ日時 2024-04-16 20:12:49
合計ジャッジ時間 10,253 ms
ジャッジサーバーID
(参考情報)
judge2 / judge4
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 422 ms
140,192 KB
testcase_01 AC 417 ms
140,176 KB
testcase_02 AC 431 ms
140,172 KB
testcase_03 AC 415 ms
140,304 KB
testcase_04 AC 431 ms
140,048 KB
testcase_05 AC 410 ms
140,276 KB
testcase_06 AC 433 ms
140,148 KB
testcase_07 AC 415 ms
140,148 KB
testcase_08 AC 457 ms
142,760 KB
testcase_09 AC 421 ms
140,300 KB
testcase_10 AC 473 ms
142,892 KB
testcase_11 AC 437 ms
142,508 KB
testcase_12 AC 542 ms
145,108 KB
testcase_13 AC 534 ms
143,216 KB
testcase_14 AC 544 ms
144,872 KB
testcase_15 AC 539 ms
143,576 KB
testcase_16 AC 519 ms
144,132 KB
testcase_17 AC 421 ms
140,048 KB
testcase_18 AC 427 ms
139,792 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Syntax OK

ソースコード

diff #

my%h;for (^get) ->$a {get;get~~m/\s\d+/;%h{$_}-=$/for get.words};map {put (.value,-.key)if $_},%h.antipairs.sort[^10]
0