結果

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

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 333 ms
137,104 KB
testcase_01 AC 330 ms
137,232 KB
testcase_02 AC 331 ms
137,104 KB
testcase_03 AC 337 ms
137,740 KB
testcase_04 AC 330 ms
137,616 KB
testcase_05 AC 330 ms
137,360 KB
testcase_06 AC 335 ms
137,228 KB
testcase_07 AC 330 ms
137,356 KB
testcase_08 AC 323 ms
137,232 KB
testcase_09 WA -
testcase_10 AC 321 ms
137,232 KB
testcase_11 AC 319 ms
137,232 KB
testcase_12 AC 329 ms
137,484 KB
testcase_13 AC 327 ms
137,360 KB
testcase_14 WA -
testcase_15 WA -
testcase_16 WA -
権限があれば一括ダウンロードができます
コンパイルメッセージ
Syntax OK

ソースコード

diff #

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