結果

問題 No.1046 Fruits Rush
ユーザー yuruhiyayuruhiya
提出日時 2021-01-30 15:43:57
言語 Raku
(rakudo v2024.02)
結果
WA  
実行時間 -
コード長 64 bytes
コンパイル時間 687 ms
コンパイル使用メモリ 120,360 KB
実行使用メモリ 134,396 KB
最終ジャッジ日時 2023-09-10 11:51:44
合計ジャッジ時間 9,085 ms
ジャッジサーバーID
(参考情報)
judge11 / judge12
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 347 ms
131,880 KB
testcase_01 AC 351 ms
131,596 KB
testcase_02 AC 350 ms
132,188 KB
testcase_03 AC 353 ms
132,124 KB
testcase_04 AC 352 ms
132,056 KB
testcase_05 AC 359 ms
132,204 KB
testcase_06 AC 359 ms
132,180 KB
testcase_07 AC 351 ms
132,300 KB
testcase_08 AC 348 ms
132,220 KB
testcase_09 WA -
testcase_10 AC 351 ms
132,088 KB
testcase_11 AC 348 ms
132,224 KB
testcase_12 AC 363 ms
132,424 KB
testcase_13 AC 363 ms
132,572 KB
testcase_14 AC 353 ms
132,244 KB
testcase_15 AC 349 ms
131,876 KB
testcase_16 AC 348 ms
132,064 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Syntax OK

ソースコード

diff #

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