結果

問題 No.589 Counting Even
ユーザー yuruhiyayuruhiya
提出日時 2020-10-25 12:26:27
言語 Raku
(rakudo v2023.09)
結果
AC  
実行時間 366 ms / 2,000 ms
コード長 39 bytes
コンパイル時間 1,942 ms
コンパイル使用メモリ 119,692 KB
実行使用メモリ 131,008 KB
最終ジャッジ日時 2023-09-29 01:36:52
合計ジャッジ時間 14,151 ms
ジャッジサーバーID
(参考情報)
judge14 / judge15
このコードへのチャレンジ(β)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 349 ms
130,776 KB
testcase_01 AC 353 ms
130,880 KB
testcase_02 AC 355 ms
130,952 KB
testcase_03 AC 366 ms
130,768 KB
testcase_04 AC 358 ms
130,728 KB
testcase_05 AC 351 ms
130,552 KB
testcase_06 AC 351 ms
130,956 KB
testcase_07 AC 352 ms
130,892 KB
testcase_08 AC 360 ms
130,736 KB
testcase_09 AC 357 ms
130,928 KB
testcase_10 AC 361 ms
130,784 KB
testcase_11 AC 354 ms
130,880 KB
testcase_12 AC 352 ms
130,696 KB
testcase_13 AC 355 ms
130,924 KB
testcase_14 AC 352 ms
130,788 KB
testcase_15 AC 351 ms
130,820 KB
testcase_16 AC 353 ms
130,548 KB
testcase_17 AC 359 ms
130,692 KB
testcase_18 AC 357 ms
130,752 KB
testcase_19 AC 351 ms
130,972 KB
testcase_20 AC 350 ms
130,696 KB
testcase_21 AC 355 ms
130,768 KB
testcase_22 AC 354 ms
130,720 KB
testcase_23 AC 352 ms
131,008 KB
testcase_24 AC 359 ms
130,740 KB
testcase_25 AC 352 ms
130,788 KB
testcase_26 AC 349 ms
130,776 KB
testcase_27 AC 348 ms
130,972 KB
testcase_28 AC 349 ms
130,824 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Syntax OK

ソースコード

diff #

say ($_=+get)+1-2**grep 1,.base(2).comb
0