結果

問題 No.628 Tagの勢い
ユーザー kotatsugamekotatsugame
提出日時 2018-04-12 03:20:52
言語 Raku
(rakudo v2024.02)
結果
AC  
実行時間 531 ms / 2,000 ms
コード長 113 bytes
コンパイル時間 2,306 ms
コンパイル使用メモリ 144,716 KB
実行使用メモリ 149,956 KB
最終ジャッジ日時 2024-10-07 22:44:34
合計ジャッジ時間 9,967 ms
ジャッジサーバーID
(参考情報)
judge5 / judge3
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 403 ms
146,312 KB
testcase_01 AC 413 ms
146,216 KB
testcase_02 AC 410 ms
146,096 KB
testcase_03 AC 412 ms
146,444 KB
testcase_04 AC 408 ms
146,220 KB
testcase_05 AC 410 ms
146,572 KB
testcase_06 AC 406 ms
146,584 KB
testcase_07 AC 410 ms
146,452 KB
testcase_08 AC 420 ms
146,968 KB
testcase_09 AC 413 ms
144,120 KB
testcase_10 AC 452 ms
148,268 KB
testcase_11 AC 417 ms
146,968 KB
testcase_12 AC 529 ms
149,456 KB
testcase_13 AC 530 ms
149,780 KB
testcase_14 AC 531 ms
149,956 KB
testcase_15 AC 523 ms
149,876 KB
testcase_16 AC 491 ms
149,516 KB
testcase_17 AC 405 ms
146,184 KB
testcase_18 AC 408 ms
146,348 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Syntax OK

ソースコード

diff #

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