結果

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

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 418 ms
140,448 KB
testcase_01 AC 416 ms
140,708 KB
testcase_02 AC 412 ms
140,960 KB
testcase_03 AC 413 ms
140,832 KB
testcase_04 AC 404 ms
140,836 KB
testcase_05 AC 401 ms
140,600 KB
testcase_06 AC 414 ms
140,448 KB
testcase_07 AC 412 ms
140,580 KB
testcase_08 AC 425 ms
141,092 KB
testcase_09 AC 408 ms
141,092 KB
testcase_10 AC 468 ms
143,260 KB
testcase_11 AC 427 ms
140,580 KB
testcase_12 AC 538 ms
145,024 KB
testcase_13 AC 522 ms
145,216 KB
testcase_14 AC 530 ms
145,528 KB
testcase_15 AC 522 ms
145,180 KB
testcase_16 AC 499 ms
143,944 KB
testcase_17 AC 402 ms
140,704 KB
testcase_18 AC 416 ms
140,836 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