結果

問題 No.1380 Borderline
ユーザー kotatsugamekotatsugame
提出日時 2021-02-07 21:36:37
言語 Raku
(rakudo v2024.02)
結果
AC  
実行時間 536 ms / 2,000 ms
コード長 55 bytes
コンパイル時間 300 ms
コンパイル使用メモリ 125,980 KB
実行使用メモリ 139,252 KB
最終ジャッジ日時 2024-07-05 17:07:44
合計ジャッジ時間 20,346 ms
ジャッジサーバーID
(参考情報)
judge5 / judge2
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 354 ms
135,500 KB
testcase_01 AC 352 ms
135,624 KB
testcase_02 AC 364 ms
135,308 KB
testcase_03 AC 347 ms
136,052 KB
testcase_04 AC 354 ms
135,440 KB
testcase_05 AC 342 ms
135,712 KB
testcase_06 AC 388 ms
135,440 KB
testcase_07 AC 347 ms
135,568 KB
testcase_08 AC 388 ms
135,440 KB
testcase_09 AC 347 ms
135,440 KB
testcase_10 AC 345 ms
135,436 KB
testcase_11 AC 366 ms
135,564 KB
testcase_12 AC 387 ms
135,568 KB
testcase_13 AC 389 ms
135,692 KB
testcase_14 AC 372 ms
135,564 KB
testcase_15 AC 445 ms
137,972 KB
testcase_16 AC 443 ms
138,108 KB
testcase_17 AC 445 ms
137,824 KB
testcase_18 AC 371 ms
135,564 KB
testcase_19 AC 464 ms
138,236 KB
testcase_20 AC 441 ms
138,064 KB
testcase_21 AC 386 ms
136,980 KB
testcase_22 AC 390 ms
136,988 KB
testcase_23 AC 441 ms
138,208 KB
testcase_24 AC 363 ms
138,156 KB
testcase_25 AC 463 ms
137,848 KB
testcase_26 AC 365 ms
135,312 KB
testcase_27 AC 468 ms
139,252 KB
testcase_28 AC 450 ms
138,912 KB
testcase_29 AC 371 ms
135,568 KB
testcase_30 AC 483 ms
137,976 KB
testcase_31 AC 444 ms
138,236 KB
testcase_32 AC 536 ms
137,372 KB
testcase_33 AC 470 ms
137,304 KB
testcase_34 AC 448 ms
138,080 KB
testcase_35 AC 399 ms
137,648 KB
testcase_36 AC 444 ms
138,064 KB
testcase_37 AC 394 ms
136,852 KB
testcase_38 AC 460 ms
138,108 KB
testcase_39 AC 400 ms
137,648 KB
testcase_40 AC 398 ms
138,524 KB
testcase_41 AC 448 ms
138,064 KB
testcase_42 AC 443 ms
137,724 KB
testcase_43 AC 443 ms
137,692 KB
testcase_44 AC 353 ms
135,824 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Syntax OK

ソースコード

diff #

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