結果

問題 No.1046 Fruits Rush
ユーザー yuruhiyayuruhiya
提出日時 2020-10-26 20:16:34
言語 Raku
(rakudo v2024.02)
結果
AC  
実行時間 406 ms / 2,000 ms
コード長 66 bytes
コンパイル時間 341 ms
コンパイル使用メモリ 113,560 KB
実行使用メモリ 125,348 KB
最終ジャッジ日時 2023-09-29 02:50:11
合計ジャッジ時間 8,343 ms
ジャッジサーバーID
(参考情報)
judge15 / judge12
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 391 ms
124,812 KB
testcase_01 AC 394 ms
124,744 KB
testcase_02 AC 396 ms
124,736 KB
testcase_03 AC 400 ms
125,192 KB
testcase_04 AC 389 ms
124,900 KB
testcase_05 AC 391 ms
125,024 KB
testcase_06 AC 397 ms
124,584 KB
testcase_07 AC 396 ms
124,836 KB
testcase_08 AC 395 ms
125,008 KB
testcase_09 AC 402 ms
124,840 KB
testcase_10 AC 396 ms
124,820 KB
testcase_11 AC 395 ms
124,680 KB
testcase_12 AC 397 ms
124,844 KB
testcase_13 AC 404 ms
125,348 KB
testcase_14 AC 406 ms
124,936 KB
testcase_15 AC 396 ms
124,748 KB
testcase_16 AC 395 ms
124,592 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Syntax OK

ソースコード

diff #

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