結果

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

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 333 ms
144,804 KB
testcase_01 AC 324 ms
144,544 KB
testcase_02 AC 323 ms
144,668 KB
testcase_03 AC 334 ms
144,548 KB
testcase_04 AC 336 ms
144,804 KB
testcase_05 AC 333 ms
144,672 KB
testcase_06 AC 339 ms
144,676 KB
testcase_07 AC 332 ms
144,544 KB
testcase_08 AC 340 ms
144,680 KB
testcase_09 AC 339 ms
144,676 KB
testcase_10 AC 329 ms
144,928 KB
testcase_11 AC 329 ms
144,544 KB
testcase_12 AC 343 ms
144,932 KB
testcase_13 AC 338 ms
144,672 KB
testcase_14 WA -
testcase_15 WA -
testcase_16 WA -
権限があれば一括ダウンロードができます
コンパイルメッセージ
Syntax OK

ソースコード

diff #

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