結果

問題 No.970 数列変換マシン
ユーザー kimiyukikimiyuki
提出日時 2020-01-18 00:28:31
言語 Raku
(rakudo v2024.02)
結果
AC  
実行時間 855 ms / 2,000 ms
コード長 46 bytes
コンパイル時間 367 ms
コンパイル使用メモリ 122,828 KB
実行使用メモリ 167,604 KB
最終ジャッジ日時 2023-09-08 09:53:32
合計ジャッジ時間 16,589 ms
ジャッジサーバーID
(参考情報)
judge11 / judge15
このコードへのチャレンジ(β)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 801 ms
167,604 KB
testcase_01 AC 804 ms
167,548 KB
testcase_02 AC 808 ms
167,576 KB
testcase_03 AC 855 ms
165,672 KB
testcase_04 AC 748 ms
163,620 KB
testcase_05 AC 851 ms
165,700 KB
testcase_06 AC 635 ms
151,320 KB
testcase_07 AC 832 ms
167,340 KB
testcase_08 AC 832 ms
165,428 KB
testcase_09 AC 410 ms
132,888 KB
testcase_10 AC 404 ms
132,644 KB
testcase_11 AC 418 ms
132,932 KB
testcase_12 AC 414 ms
132,648 KB
testcase_13 AC 406 ms
132,640 KB
testcase_14 AC 408 ms
132,652 KB
testcase_15 AC 391 ms
132,616 KB
testcase_16 AC 383 ms
132,284 KB
testcase_17 AC 384 ms
132,632 KB
testcase_18 AC 389 ms
132,408 KB
testcase_19 AC 383 ms
132,544 KB
testcase_20 AC 379 ms
132,356 KB
testcase_21 AC 392 ms
132,380 KB
testcase_22 AC 382 ms
132,480 KB
testcase_23 AC 390 ms
132,304 KB
testcase_24 AC 393 ms
132,592 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Potential difficulties:
    Redeclaration of symbol '$_'.
    at /home/judge/data/code/Main.pl:1
    ------> say ~((1-get) <<*<<(my$_⏏=get.words) >>+>>.sum)
Syntax OK

ソースコード

diff #

say ~((1-get) <<*<<(my$_=get.words) >>+>>.sum)
0