結果

問題 No.138 化石のバージョン
ユーザー yuruhiyayuruhiya
提出日時 2020-10-16 14:32:53
言語 Raku
(rakudo v2024.02)
結果
WA  
実行時間 -
コード長 45 bytes
コンパイル時間 473 ms
コンパイル使用メモリ 131,392 KB
実行使用メモリ 141,452 KB
最終ジャッジ日時 2024-07-20 20:35:09
合計ジャッジ時間 16,522 ms
ジャッジサーバーID
(参考情報)
judge2 / judge5
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 397 ms
137,632 KB
testcase_01 AC 396 ms
137,508 KB
testcase_02 AC 403 ms
137,272 KB
testcase_03 AC 433 ms
137,380 KB
testcase_04 AC 400 ms
136,228 KB
testcase_05 AC 394 ms
136,484 KB
testcase_06 AC 400 ms
137,636 KB
testcase_07 AC 394 ms
136,364 KB
testcase_08 AC 396 ms
135,972 KB
testcase_09 AC 398 ms
137,652 KB
testcase_10 AC 388 ms
136,352 KB
testcase_11 AC 403 ms
137,248 KB
testcase_12 WA -
testcase_13 AC 393 ms
136,352 KB
testcase_14 WA -
testcase_15 AC 404 ms
137,400 KB
testcase_16 AC 401 ms
137,248 KB
testcase_17 AC 392 ms
137,504 KB
testcase_18 AC 391 ms
137,120 KB
testcase_19 AC 395 ms
136,352 KB
testcase_20 AC 401 ms
137,636 KB
testcase_21 AC 396 ms
136,228 KB
testcase_22 AC 399 ms
137,124 KB
testcase_23 AC 396 ms
137,252 KB
testcase_24 AC 394 ms
136,356 KB
testcase_25 AC 393 ms
136,228 KB
testcase_26 AC 415 ms
137,252 KB
testcase_27 AC 394 ms
136,356 KB
testcase_28 AC 397 ms
137,504 KB
testcase_29 WA -
testcase_30 AC 399 ms
137,124 KB
testcase_31 WA -
testcase_32 AC 392 ms
135,972 KB
testcase_33 WA -
testcase_34 AC 392 ms
137,504 KB
testcase_35 WA -
権限があれば一括ダウンロードができます
コンパイルメッセージ
Syntax OK

ソースコード

diff #

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