結果

問題 No.785 色食い虫
ユーザー kotatsugamekotatsugame
提出日時 2019-02-08 23:08:24
言語 Raku
(rakudo v2024.02)
結果
AC  
実行時間 446 ms / 2,000 ms
コード長 37 bytes
コンパイル時間 1,609 ms
コンパイル使用メモリ 135,000 KB
実行使用メモリ 136,524 KB
最終ジャッジ日時 2023-09-14 03:56:42
合計ジャッジ時間 17,025 ms
ジャッジサーバーID
(参考情報)
judge11 / judge15
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 435 ms
134,280 KB
testcase_01 AC 429 ms
136,368 KB
testcase_02 AC 435 ms
136,504 KB
testcase_03 AC 434 ms
136,444 KB
testcase_04 AC 436 ms
136,492 KB
testcase_05 AC 442 ms
136,524 KB
testcase_06 AC 440 ms
136,340 KB
testcase_07 AC 435 ms
136,356 KB
testcase_08 AC 442 ms
136,392 KB
testcase_09 AC 435 ms
134,664 KB
testcase_10 AC 439 ms
134,308 KB
testcase_11 AC 444 ms
136,396 KB
testcase_12 AC 439 ms
135,124 KB
testcase_13 AC 438 ms
136,300 KB
testcase_14 AC 442 ms
136,360 KB
testcase_15 AC 436 ms
136,476 KB
testcase_16 AC 446 ms
136,468 KB
testcase_17 AC 437 ms
136,460 KB
testcase_18 AC 437 ms
136,148 KB
testcase_19 AC 433 ms
136,216 KB
testcase_20 AC 439 ms
136,380 KB
testcase_21 AC 435 ms
136,400 KB
testcase_22 AC 443 ms
136,440 KB
testcase_23 AC 443 ms
136,396 KB
testcase_24 AC 437 ms
136,384 KB
testcase_25 AC 438 ms
136,208 KB
testcase_26 AC 442 ms
136,336 KB
testcase_27 AC 438 ms
136,400 KB
testcase_28 AC 441 ms
136,428 KB
testcase_29 AC 437 ms
136,388 KB
testcase_30 AC 440 ms
134,348 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Syntax OK

ソースコード

diff #

say [*](lines>>.&{16-m:g/\,/-!/N/})²
0