結果

問題 No.1046 Fruits Rush
ユーザー yuruhiyayuruhiya
提出日時 2021-01-30 15:43:57
言語 Raku
(rakudo v2024.02)
結果
WA  
実行時間 -
コード長 64 bytes
コンパイル時間 2,249 ms
コンパイル使用メモリ 133,736 KB
実行使用メモリ 146,000 KB
最終ジャッジ日時 2024-06-28 03:11:41
合計ジャッジ時間 7,987 ms
ジャッジサーバーID
(参考情報)
judge3 / judge4
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 361 ms
144,720 KB
testcase_01 AC 359 ms
144,592 KB
testcase_02 AC 360 ms
144,464 KB
testcase_03 AC 364 ms
144,848 KB
testcase_04 AC 361 ms
144,844 KB
testcase_05 AC 366 ms
144,720 KB
testcase_06 AC 366 ms
145,612 KB
testcase_07 AC 373 ms
145,868 KB
testcase_08 AC 366 ms
144,460 KB
testcase_09 WA -
testcase_10 AC 364 ms
144,336 KB
testcase_11 AC 367 ms
145,616 KB
testcase_12 AC 366 ms
144,972 KB
testcase_13 AC 375 ms
142,824 KB
testcase_14 AC 362 ms
144,976 KB
testcase_15 AC 368 ms
145,484 KB
testcase_16 AC 365 ms
144,716 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Syntax OK

ソースコード

diff #

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