結果

問題 No.1046 Fruits Rush
ユーザー yuruhiyayuruhiya
提出日時 2020-10-26 20:12:24
言語 Raku
(rakudo v2024.02)
結果
WA  
実行時間 -
コード長 55 bytes
コンパイル時間 516 ms
コンパイル使用メモリ 113,544 KB
実行使用メモリ 127,632 KB
最終ジャッジ日時 2023-09-29 02:49:53
合計ジャッジ時間 7,973 ms
ジャッジサーバーID
(参考情報)
judge14 / judge11
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 374 ms
127,028 KB
testcase_01 AC 376 ms
127,164 KB
testcase_02 AC 375 ms
127,484 KB
testcase_03 AC 378 ms
127,008 KB
testcase_04 AC 377 ms
127,124 KB
testcase_05 AC 378 ms
127,284 KB
testcase_06 AC 380 ms
127,176 KB
testcase_07 AC 379 ms
127,440 KB
testcase_08 AC 377 ms
127,376 KB
testcase_09 AC 374 ms
127,596 KB
testcase_10 AC 368 ms
127,260 KB
testcase_11 AC 379 ms
127,376 KB
testcase_12 AC 376 ms
127,516 KB
testcase_13 AC 371 ms
127,632 KB
testcase_14 WA -
testcase_15 WA -
testcase_16 WA -
権限があれば一括ダウンロードができます
コンパイルメッセージ
Syntax OK

ソースコード

diff #

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