結果

問題 No.628 Tagの勢い
ユーザー kotatsugamekotatsugame
提出日時 2018-04-12 03:21:38
言語 Raku
(rakudo v2024.02)
結果
AC  
実行時間 577 ms / 2,000 ms
コード長 107 bytes
コンパイル時間 444 ms
コンパイル使用メモリ 136,312 KB
実行使用メモリ 145,184 KB
最終ジャッジ日時 2024-10-07 22:45:08
合計ジャッジ時間 10,805 ms
ジャッジサーバーID
(参考情報)
judge2 / judge5
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 437 ms
137,852 KB
testcase_01 AC 439 ms
138,164 KB
testcase_02 AC 439 ms
138,364 KB
testcase_03 AC 441 ms
138,492 KB
testcase_04 AC 438 ms
138,124 KB
testcase_05 AC 432 ms
137,980 KB
testcase_06 AC 438 ms
138,368 KB
testcase_07 AC 434 ms
138,168 KB
testcase_08 AC 442 ms
138,680 KB
testcase_09 AC 444 ms
137,156 KB
testcase_10 AC 479 ms
141,528 KB
testcase_11 AC 451 ms
137,704 KB
testcase_12 AC 571 ms
144,532 KB
testcase_13 AC 576 ms
145,184 KB
testcase_14 AC 577 ms
144,932 KB
testcase_15 AC 573 ms
144,436 KB
testcase_16 AC 535 ms
143,580 KB
testcase_17 AC 432 ms
137,196 KB
testcase_18 AC 431 ms
137,284 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Syntax OK

ソースコード

diff #

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