結果

問題 No.589 Counting Even
ユーザー kotatsugamekotatsugame
提出日時 2020-03-01 04:44:52
言語 Raku
(rakudo v2024.02)
結果
AC  
実行時間 366 ms / 2,000 ms
コード長 37 bytes
コンパイル時間 2,409 ms
コンパイル使用メモリ 127,392 KB
実行使用メモリ 136,848 KB
最終ジャッジ日時 2024-10-13 20:28:46
合計ジャッジ時間 14,109 ms
ジャッジサーバーID
(参考情報)
judge2 / judge5
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 361 ms
136,080 KB
testcase_01 AC 362 ms
136,332 KB
testcase_02 AC 362 ms
135,824 KB
testcase_03 AC 365 ms
136,460 KB
testcase_04 AC 365 ms
136,336 KB
testcase_05 AC 366 ms
136,460 KB
testcase_06 AC 363 ms
136,076 KB
testcase_07 AC 363 ms
136,848 KB
testcase_08 AC 364 ms
136,052 KB
testcase_09 AC 361 ms
136,844 KB
testcase_10 AC 363 ms
136,208 KB
testcase_11 AC 362 ms
136,848 KB
testcase_12 AC 363 ms
136,076 KB
testcase_13 AC 361 ms
136,204 KB
testcase_14 AC 366 ms
136,688 KB
testcase_15 AC 364 ms
136,592 KB
testcase_16 AC 364 ms
136,720 KB
testcase_17 AC 360 ms
136,484 KB
testcase_18 AC 363 ms
136,716 KB
testcase_19 AC 357 ms
136,464 KB
testcase_20 AC 363 ms
136,720 KB
testcase_21 AC 358 ms
135,948 KB
testcase_22 AC 361 ms
135,952 KB
testcase_23 AC 363 ms
136,332 KB
testcase_24 AC 362 ms
136,592 KB
testcase_25 AC 360 ms
136,208 KB
testcase_26 AC 357 ms
136,208 KB
testcase_27 AC 358 ms
135,824 KB
testcase_28 AC 364 ms
136,432 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Syntax OK

ソースコード

diff #

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