結果

問題 No.156 キャンディー・ボックス
ユーザー kotatsugamekotatsugame
提出日時 2021-08-27 05:24:36
言語 Raku
(rakudo v2024.02)
結果
WA  
実行時間 -
コード長 38 bytes
コンパイル時間 419 ms
コンパイル使用メモリ 126,660 KB
実行使用メモリ 137,632 KB
最終ジャッジ日時 2024-04-29 21:19:54
合計ジャッジ時間 15,952 ms
ジャッジサーバーID
(参考情報)
judge2 / judge4
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 WA -
testcase_01 WA -
testcase_02 AC 391 ms
136,864 KB
testcase_03 AC 385 ms
137,376 KB
testcase_04 AC 396 ms
137,248 KB
testcase_05 WA -
testcase_06 AC 433 ms
133,824 KB
testcase_07 AC 435 ms
134,012 KB
testcase_08 AC 428 ms
136,152 KB
testcase_09 AC 416 ms
133,952 KB
testcase_10 AC 407 ms
137,124 KB
testcase_11 AC 390 ms
137,124 KB
testcase_12 AC 393 ms
137,252 KB
testcase_13 AC 413 ms
134,280 KB
testcase_14 AC 391 ms
137,124 KB
testcase_15 AC 392 ms
137,252 KB
testcase_16 AC 387 ms
136,996 KB
testcase_17 AC 392 ms
137,268 KB
testcase_18 WA -
testcase_19 AC 391 ms
137,124 KB
testcase_20 WA -
testcase_21 WA -
testcase_22 WA -
testcase_23 AC 387 ms
137,120 KB
testcase_24 AC 393 ms
136,864 KB
testcase_25 AC 393 ms
137,120 KB
testcase_26 AC 391 ms
136,864 KB
testcase_27 AC 391 ms
137,120 KB
testcase_28 WA -
testcase_29 AC 394 ms
137,120 KB
testcase_30 WA -
testcase_31 WA -
testcase_32 AC 396 ms
137,124 KB
testcase_33 AC 397 ms
137,124 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Syntax OK

ソースコード

diff #

say sum [\+](($/=+<<words)[2..*])X<=$1
0