結果

問題 No.1380 Borderline
ユーザー kotatsugamekotatsugame
提出日時 2021-02-07 21:38:43
言語 Raku
(rakudo v2024.02)
結果
WA  
(最新)
AC  
(最初)
実行時間 -
コード長 54 bytes
コンパイル時間 341 ms
コンパイル使用メモリ 119,896 KB
実行使用メモリ 133,068 KB
最終ジャッジ日時 2023-09-19 04:36:35
合計ジャッジ時間 22,746 ms
ジャッジサーバーID
(参考情報)
judge15 / judge11
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 382 ms
132,128 KB
testcase_01 AC 387 ms
132,264 KB
testcase_02 AC 410 ms
132,484 KB
testcase_03 AC 389 ms
132,128 KB
testcase_04 AC 406 ms
132,400 KB
testcase_05 AC 390 ms
132,208 KB
testcase_06 AC 428 ms
132,780 KB
testcase_07 AC 393 ms
132,332 KB
testcase_08 AC 441 ms
132,884 KB
testcase_09 AC 388 ms
132,124 KB
testcase_10 AC 389 ms
131,868 KB
testcase_11 AC 445 ms
132,808 KB
testcase_12 AC 429 ms
132,676 KB
testcase_13 AC 428 ms
132,392 KB
testcase_14 AC 415 ms
132,392 KB
testcase_15 AC 497 ms
133,068 KB
testcase_16 AC 501 ms
132,728 KB
testcase_17 AC 501 ms
132,768 KB
testcase_18 AC 419 ms
132,636 KB
testcase_19 AC 509 ms
133,012 KB
testcase_20 AC 481 ms
133,060 KB
testcase_21 AC 428 ms
132,128 KB
testcase_22 AC 439 ms
132,796 KB
testcase_23 AC 481 ms
132,612 KB
testcase_24 AC 411 ms
132,632 KB
testcase_25 AC 521 ms
132,728 KB
testcase_26 AC 407 ms
132,692 KB
testcase_27 AC 510 ms
132,972 KB
testcase_28 AC 501 ms
132,744 KB
testcase_29 AC 420 ms
132,768 KB
testcase_30 AC 508 ms
133,056 KB
testcase_31 AC 478 ms
132,884 KB
testcase_32 AC 524 ms
133,068 KB
testcase_33 AC 473 ms
131,376 KB
testcase_34 AC 501 ms
132,468 KB
testcase_35 AC 445 ms
132,920 KB
testcase_36 AC 510 ms
132,976 KB
testcase_37 AC 434 ms
132,892 KB
testcase_38 AC 501 ms
132,888 KB
testcase_39 AC 434 ms
132,624 KB
testcase_40 AC 418 ms
132,276 KB
testcase_41 AC 487 ms
132,732 KB
testcase_42 AC 488 ms
132,796 KB
testcase_43 AC 484 ms
132,848 KB
testcase_44 WA -
権限があれば一括ダウンロードができます
コンパイルメッセージ
Syntax OK

ソースコード

diff #

$/=+<<words;say first $1>=*,map ($/[2..*]X>*).sum,^402
0