結果

問題 No.138 化石のバージョン
ユーザー yuruhiyayuruhiya
提出日時 2020-10-16 14:32:53
言語 Raku
(rakudo v2024.02)
結果
WA  
実行時間 -
コード長 45 bytes
コンパイル時間 352 ms
コンパイル使用メモリ 122,108 KB
実行使用メモリ 134,188 KB
最終ジャッジ日時 2023-09-28 01:58:57
合計ジャッジ時間 14,284 ms
ジャッジサーバーID
(参考情報)
judge12 / judge11
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 351 ms
133,536 KB
testcase_01 AC 350 ms
133,832 KB
testcase_02 AC 340 ms
134,068 KB
testcase_03 AC 344 ms
133,564 KB
testcase_04 AC 343 ms
133,864 KB
testcase_05 AC 336 ms
133,976 KB
testcase_06 AC 345 ms
133,864 KB
testcase_07 AC 342 ms
133,496 KB
testcase_08 AC 330 ms
133,856 KB
testcase_09 AC 340 ms
133,816 KB
testcase_10 AC 341 ms
133,800 KB
testcase_11 AC 350 ms
134,072 KB
testcase_12 WA -
testcase_13 AC 345 ms
133,580 KB
testcase_14 WA -
testcase_15 AC 347 ms
133,568 KB
testcase_16 AC 346 ms
133,776 KB
testcase_17 AC 336 ms
133,884 KB
testcase_18 AC 346 ms
133,884 KB
testcase_19 AC 343 ms
134,188 KB
testcase_20 AC 344 ms
133,704 KB
testcase_21 AC 338 ms
133,944 KB
testcase_22 AC 348 ms
133,980 KB
testcase_23 AC 348 ms
134,148 KB
testcase_24 AC 337 ms
133,700 KB
testcase_25 AC 336 ms
133,716 KB
testcase_26 AC 341 ms
133,784 KB
testcase_27 AC 341 ms
133,784 KB
testcase_28 AC 361 ms
133,788 KB
testcase_29 WA -
testcase_30 AC 348 ms
133,928 KB
testcase_31 WA -
testcase_32 AC 352 ms
134,084 KB
testcase_33 WA -
testcase_34 AC 338 ms
134,040 KB
testcase_35 WA -
権限があれば一括ダウンロードができます
コンパイルメッセージ
Syntax OK

ソースコード

diff #

say <NO YES>[[ge] map {+<<.split(".")},lines]
0