結果

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

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 417 ms
138,296 KB
testcase_01 AC 407 ms
138,508 KB
testcase_02 AC 412 ms
138,368 KB
testcase_03 AC 411 ms
138,676 KB
testcase_04 AC 408 ms
138,028 KB
testcase_05 AC 409 ms
138,552 KB
testcase_06 AC 409 ms
138,420 KB
testcase_07 AC 420 ms
138,548 KB
testcase_08 AC 414 ms
138,272 KB
testcase_09 AC 430 ms
138,820 KB
testcase_10 AC 458 ms
142,388 KB
testcase_11 AC 446 ms
139,008 KB
testcase_12 AC 541 ms
145,076 KB
testcase_13 AC 551 ms
144,932 KB
testcase_14 AC 542 ms
144,108 KB
testcase_15 AC 540 ms
144,952 KB
testcase_16 AC 502 ms
142,876 KB
testcase_17 AC 418 ms
138,424 KB
testcase_18 AC 402 ms
138,676 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