結果

問題 No.156 キャンディー・ボックス
ユーザー kotatsugamekotatsugame
提出日時 2021-08-27 05:24:36
言語 Raku
(rakudo v2024.02)
結果
WA  
実行時間 -
コード長 38 bytes
コンパイル時間 2,195 ms
コンパイル使用メモリ 135,176 KB
実行使用メモリ 145,888 KB
最終ジャッジ日時 2024-11-19 05:20:22
合計ジャッジ時間 16,422 ms
ジャッジサーバーID
(参考情報)
judge3 / judge5
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 WA -
testcase_01 WA -
testcase_02 AC 362 ms
144,712 KB
testcase_03 AC 369 ms
144,964 KB
testcase_04 AC 375 ms
144,832 KB
testcase_05 WA -
testcase_06 AC 369 ms
144,464 KB
testcase_07 AC 364 ms
144,576 KB
testcase_08 AC 367 ms
144,452 KB
testcase_09 AC 372 ms
144,584 KB
testcase_10 AC 372 ms
144,708 KB
testcase_11 AC 372 ms
144,716 KB
testcase_12 AC 379 ms
144,836 KB
testcase_13 AC 370 ms
144,712 KB
testcase_14 AC 371 ms
144,964 KB
testcase_15 AC 373 ms
144,456 KB
testcase_16 AC 376 ms
144,452 KB
testcase_17 AC 361 ms
144,580 KB
testcase_18 WA -
testcase_19 AC 366 ms
144,588 KB
testcase_20 WA -
testcase_21 WA -
testcase_22 WA -
testcase_23 AC 374 ms
144,580 KB
testcase_24 AC 366 ms
144,964 KB
testcase_25 AC 363 ms
144,576 KB
testcase_26 AC 358 ms
144,836 KB
testcase_27 AC 364 ms
144,588 KB
testcase_28 WA -
testcase_29 AC 366 ms
144,840 KB
testcase_30 WA -
testcase_31 WA -
testcase_32 AC 360 ms
144,708 KB
testcase_33 AC 362 ms
144,844 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Syntax OK

ソースコード

diff #

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