結果

問題 No.1380 Borderline
ユーザー kotatsugamekotatsugame
提出日時 2021-02-07 21:38:43
言語 Raku
(rakudo v2024.02)
結果
WA  
(最新)
AC  
(最初)
実行時間 -
コード長 54 bytes
コンパイル時間 419 ms
コンパイル使用メモリ 126,080 KB
実行使用メモリ 140,080 KB
最終ジャッジ日時 2024-07-05 17:08:16
合計ジャッジ時間 20,078 ms
ジャッジサーバーID
(参考情報)
judge5 / judge4
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 352 ms
135,212 KB
testcase_01 AC 354 ms
135,728 KB
testcase_02 AC 373 ms
135,468 KB
testcase_03 AC 349 ms
135,472 KB
testcase_04 AC 362 ms
135,216 KB
testcase_05 AC 354 ms
135,596 KB
testcase_06 AC 396 ms
135,212 KB
testcase_07 AC 370 ms
135,184 KB
testcase_08 AC 399 ms
135,212 KB
testcase_09 AC 361 ms
135,728 KB
testcase_10 AC 352 ms
135,728 KB
testcase_11 AC 368 ms
135,472 KB
testcase_12 AC 390 ms
135,344 KB
testcase_13 AC 391 ms
135,472 KB
testcase_14 AC 371 ms
135,340 KB
testcase_15 AC 455 ms
139,740 KB
testcase_16 AC 448 ms
138,868 KB
testcase_17 AC 452 ms
139,140 KB
testcase_18 AC 372 ms
135,724 KB
testcase_19 AC 463 ms
138,060 KB
testcase_20 AC 451 ms
138,192 KB
testcase_21 AC 385 ms
136,332 KB
testcase_22 AC 394 ms
136,708 KB
testcase_23 AC 436 ms
138,320 KB
testcase_24 AC 365 ms
136,200 KB
testcase_25 AC 464 ms
137,936 KB
testcase_26 AC 365 ms
135,948 KB
testcase_27 AC 466 ms
139,248 KB
testcase_28 AC 449 ms
138,868 KB
testcase_29 AC 372 ms
135,472 KB
testcase_30 AC 469 ms
138,320 KB
testcase_31 AC 440 ms
138,188 KB
testcase_32 AC 478 ms
138,320 KB
testcase_33 AC 413 ms
140,080 KB
testcase_34 AC 451 ms
138,192 KB
testcase_35 AC 397 ms
136,716 KB
testcase_36 AC 438 ms
138,320 KB
testcase_37 AC 399 ms
136,588 KB
testcase_38 AC 460 ms
137,680 KB
testcase_39 AC 397 ms
139,760 KB
testcase_40 AC 390 ms
136,704 KB
testcase_41 AC 458 ms
138,188 KB
testcase_42 AC 450 ms
138,316 KB
testcase_43 AC 439 ms
138,736 KB
testcase_44 WA -
権限があれば一括ダウンロードができます
コンパイルメッセージ
Syntax OK

ソースコード

diff #

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