結果

問題 No.1380 Borderline
ユーザー kotatsugamekotatsugame
提出日時 2021-02-07 21:36:37
言語 Raku
(rakudo v2024.02)
結果
AC  
実行時間 502 ms / 2,000 ms
コード長 55 bytes
コンパイル時間 359 ms
コンパイル使用メモリ 120,348 KB
実行使用メモリ 133,008 KB
最終ジャッジ日時 2023-09-19 04:35:46
合計ジャッジ時間 22,139 ms
ジャッジサーバーID
(参考情報)
judge15 / judge13
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 373 ms
131,988 KB
testcase_01 AC 382 ms
132,032 KB
testcase_02 AC 394 ms
132,448 KB
testcase_03 AC 381 ms
132,284 KB
testcase_04 AC 393 ms
132,152 KB
testcase_05 AC 379 ms
132,304 KB
testcase_06 AC 420 ms
132,772 KB
testcase_07 AC 380 ms
131,988 KB
testcase_08 AC 424 ms
132,944 KB
testcase_09 AC 384 ms
132,064 KB
testcase_10 AC 373 ms
132,224 KB
testcase_11 AC 388 ms
132,408 KB
testcase_12 AC 410 ms
132,816 KB
testcase_13 AC 416 ms
132,980 KB
testcase_14 AC 402 ms
132,580 KB
testcase_15 AC 489 ms
132,668 KB
testcase_16 AC 475 ms
132,712 KB
testcase_17 AC 485 ms
132,672 KB
testcase_18 AC 409 ms
132,620 KB
testcase_19 AC 502 ms
132,612 KB
testcase_20 AC 482 ms
132,832 KB
testcase_21 AC 414 ms
132,548 KB
testcase_22 AC 425 ms
132,540 KB
testcase_23 AC 467 ms
132,732 KB
testcase_24 AC 401 ms
132,552 KB
testcase_25 AC 497 ms
132,604 KB
testcase_26 AC 400 ms
132,444 KB
testcase_27 AC 496 ms
132,460 KB
testcase_28 AC 479 ms
132,608 KB
testcase_29 AC 399 ms
132,436 KB
testcase_30 AC 494 ms
132,844 KB
testcase_31 AC 467 ms
132,844 KB
testcase_32 AC 502 ms
132,840 KB
testcase_33 AC 445 ms
132,568 KB
testcase_34 AC 479 ms
132,840 KB
testcase_35 AC 429 ms
132,612 KB
testcase_36 AC 473 ms
132,788 KB
testcase_37 AC 421 ms
132,204 KB
testcase_38 AC 494 ms
132,768 KB
testcase_39 AC 432 ms
132,212 KB
testcase_40 AC 417 ms
132,456 KB
testcase_41 AC 492 ms
132,904 KB
testcase_42 AC 472 ms
133,008 KB
testcase_43 AC 470 ms
132,840 KB
testcase_44 AC 372 ms
131,864 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Syntax OK

ソースコード

diff #

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