結果

問題 No.589 Counting Even
ユーザー yuruhiyayuruhiya
提出日時 2020-10-25 12:26:27
言語 Raku
(rakudo v2024.02)
結果
AC  
実行時間 440 ms / 2,000 ms
コード長 39 bytes
コンパイル時間 2,452 ms
コンパイル使用メモリ 126,276 KB
実行使用メモリ 136,464 KB
最終ジャッジ日時 2024-07-21 20:16:26
合計ジャッジ時間 15,514 ms
ジャッジサーバーID
(参考情報)
judge1 / judge2
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 416 ms
135,536 KB
testcase_01 AC 440 ms
135,564 KB
testcase_02 AC 435 ms
135,440 KB
testcase_03 AC 401 ms
136,216 KB
testcase_04 AC 404 ms
136,332 KB
testcase_05 AC 392 ms
136,464 KB
testcase_06 AC 389 ms
135,320 KB
testcase_07 AC 383 ms
135,572 KB
testcase_08 AC 388 ms
135,448 KB
testcase_09 AC 388 ms
136,460 KB
testcase_10 AC 402 ms
135,700 KB
testcase_11 AC 409 ms
135,444 KB
testcase_12 AC 396 ms
136,464 KB
testcase_13 AC 395 ms
135,716 KB
testcase_14 AC 392 ms
135,440 KB
testcase_15 AC 403 ms
135,320 KB
testcase_16 AC 391 ms
136,216 KB
testcase_17 AC 392 ms
135,704 KB
testcase_18 AC 404 ms
135,320 KB
testcase_19 AC 400 ms
135,692 KB
testcase_20 AC 390 ms
135,576 KB
testcase_21 AC 388 ms
136,332 KB
testcase_22 AC 387 ms
136,076 KB
testcase_23 AC 392 ms
135,316 KB
testcase_24 AC 397 ms
135,692 KB
testcase_25 AC 401 ms
136,200 KB
testcase_26 AC 421 ms
135,448 KB
testcase_27 AC 398 ms
135,704 KB
testcase_28 AC 398 ms
135,320 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Syntax OK

ソースコード

diff #

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