結果

問題 No.970 数列変換マシン
ユーザー kimiyukikimiyuki
提出日時 2020-01-18 00:28:31
言語 Raku
(rakudo v2024.02)
結果
AC  
実行時間 881 ms / 2,000 ms
コード長 46 bytes
コンパイル時間 425 ms
コンパイル使用メモリ 136,072 KB
実行使用メモリ 174,896 KB
最終ジャッジ日時 2024-06-26 02:57:26
合計ジャッジ時間 16,954 ms
ジャッジサーバーID
(参考情報)
judge3 / judge4
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 823 ms
171,804 KB
testcase_01 AC 823 ms
171,404 KB
testcase_02 AC 830 ms
171,012 KB
testcase_03 AC 854 ms
171,092 KB
testcase_04 AC 763 ms
172,492 KB
testcase_05 AC 881 ms
171,544 KB
testcase_06 AC 660 ms
157,236 KB
testcase_07 AC 865 ms
174,896 KB
testcase_08 AC 864 ms
174,760 KB
testcase_09 AC 426 ms
138,556 KB
testcase_10 AC 439 ms
138,788 KB
testcase_11 AC 432 ms
139,076 KB
testcase_12 AC 428 ms
138,680 KB
testcase_13 AC 425 ms
139,408 KB
testcase_14 AC 423 ms
139,080 KB
testcase_15 AC 444 ms
136,392 KB
testcase_16 AC 449 ms
138,172 KB
testcase_17 AC 404 ms
138,168 KB
testcase_18 AC 401 ms
137,640 KB
testcase_19 AC 417 ms
137,668 KB
testcase_20 AC 411 ms
138,172 KB
testcase_21 AC 400 ms
138,020 KB
testcase_22 AC 398 ms
138,508 KB
testcase_23 AC 404 ms
138,300 KB
testcase_24 AC 398 ms
138,056 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