結果

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

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 421 ms
140,140 KB
testcase_01 AC 433 ms
140,248 KB
testcase_02 AC 423 ms
140,120 KB
testcase_03 AC 425 ms
140,380 KB
testcase_04 AC 423 ms
140,248 KB
testcase_05 AC 419 ms
139,992 KB
testcase_06 AC 426 ms
140,132 KB
testcase_07 AC 432 ms
140,396 KB
testcase_08 AC 445 ms
142,096 KB
testcase_09 AC 425 ms
140,136 KB
testcase_10 AC 473 ms
140,728 KB
testcase_11 AC 448 ms
139,952 KB
testcase_12 AC 546 ms
143,144 KB
testcase_13 AC 538 ms
143,004 KB
testcase_14 AC 537 ms
143,060 KB
testcase_15 AC 540 ms
143,260 KB
testcase_16 AC 512 ms
144,412 KB
testcase_17 AC 424 ms
139,992 KB
testcase_18 AC 417 ms
140,248 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