結果

問題 No.1046 Fruits Rush
ユーザー yuruhiyayuruhiya
提出日時 2021-01-30 15:45:04
言語 Raku
(rakudo v2024.02)
結果
AC  
実行時間 364 ms / 2,000 ms
コード長 66 bytes
コンパイル時間 732 ms
コンパイル使用メモリ 120,120 KB
実行使用メモリ 132,688 KB
最終ジャッジ日時 2023-09-10 11:52:17
合計ジャッジ時間 7,630 ms
ジャッジサーバーID
(参考情報)
judge13 / judge12
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 355 ms
132,296 KB
testcase_01 AC 357 ms
132,164 KB
testcase_02 AC 363 ms
132,276 KB
testcase_03 AC 359 ms
132,104 KB
testcase_04 AC 361 ms
132,388 KB
testcase_05 AC 360 ms
131,996 KB
testcase_06 AC 353 ms
132,196 KB
testcase_07 AC 358 ms
132,284 KB
testcase_08 AC 350 ms
131,876 KB
testcase_09 AC 351 ms
132,524 KB
testcase_10 AC 351 ms
132,160 KB
testcase_11 AC 357 ms
132,092 KB
testcase_12 AC 364 ms
132,216 KB
testcase_13 AC 362 ms
132,688 KB
testcase_14 AC 355 ms
132,160 KB
testcase_15 AC 353 ms
132,364 KB
testcase_16 AC 349 ms
132,188 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Syntax OK

ソースコード

diff #

$/=get.words;$_=(+<<words).sort[$0-$1..*];say sum .grep(*>0)||.max
0