結果

問題 No.1046 Fruits Rush
ユーザー yuruhiyayuruhiya
提出日時 2020-10-26 20:15:40
言語 Raku
(rakudo v2024.02)
結果
WA  
実行時間 -
コード長 66 bytes
コンパイル時間 471 ms
コンパイル使用メモリ 135,252 KB
実行使用メモリ 144,884 KB
最終ジャッジ日時 2024-07-21 21:35:05
合計ジャッジ時間 7,218 ms
ジャッジサーバーID
(参考情報)
judge3 / judge4
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 333 ms
144,628 KB
testcase_01 AC 334 ms
144,624 KB
testcase_02 AC 336 ms
144,880 KB
testcase_03 AC 349 ms
144,500 KB
testcase_04 AC 349 ms
144,884 KB
testcase_05 AC 343 ms
144,884 KB
testcase_06 AC 349 ms
144,628 KB
testcase_07 AC 354 ms
144,880 KB
testcase_08 AC 342 ms
144,628 KB
testcase_09 AC 343 ms
144,624 KB
testcase_10 AC 334 ms
144,624 KB
testcase_11 AC 338 ms
144,628 KB
testcase_12 AC 357 ms
144,756 KB
testcase_13 AC 350 ms
144,884 KB
testcase_14 WA -
testcase_15 WA -
testcase_16 AC 338 ms
144,624 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Syntax OK

ソースコード

diff #

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