結果

問題 No.1046 Fruits Rush
ユーザー yuruhiyayuruhiya
提出日時 2021-01-30 15:45:04
言語 Raku
(rakudo v2024.02)
結果
AC  
実行時間 368 ms / 2,000 ms
コード長 66 bytes
コンパイル時間 329 ms
コンパイル使用メモリ 134,376 KB
実行使用メモリ 144,888 KB
最終ジャッジ日時 2024-06-28 03:12:07
合計ジャッジ時間 7,728 ms
ジャッジサーバーID
(参考情報)
judge3 / judge4
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 363 ms
144,508 KB
testcase_01 AC 361 ms
144,380 KB
testcase_02 AC 359 ms
144,636 KB
testcase_03 AC 365 ms
144,632 KB
testcase_04 AC 361 ms
144,888 KB
testcase_05 AC 366 ms
144,760 KB
testcase_06 AC 355 ms
144,636 KB
testcase_07 AC 362 ms
144,764 KB
testcase_08 AC 360 ms
144,632 KB
testcase_09 AC 368 ms
144,636 KB
testcase_10 AC 359 ms
144,504 KB
testcase_11 AC 366 ms
144,508 KB
testcase_12 AC 363 ms
144,764 KB
testcase_13 AC 366 ms
144,760 KB
testcase_14 AC 358 ms
144,632 KB
testcase_15 AC 355 ms
144,508 KB
testcase_16 AC 362 ms
144,760 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Syntax OK

ソースコード

diff #

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