結果

問題 No.589 Counting Even
ユーザー tailstails
提出日時 2017-11-04 03:07:58
言語 Raku
(rakudo v2024.02)
結果
AC  
実行時間 375 ms / 2,000 ms
コード長 37 bytes
コンパイル時間 334 ms
コンパイル使用メモリ 131,932 KB
実行使用メモリ 142,040 KB
最終ジャッジ日時 2024-05-03 14:11:10
合計ジャッジ時間 12,185 ms
ジャッジサーバーID
(参考情報)
judge5 / judge1
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 359 ms
142,040 KB
testcase_01 AC 362 ms
140,568 KB
testcase_02 AC 347 ms
141,564 KB
testcase_03 AC 372 ms
138,612 KB
testcase_04 AC 347 ms
141,836 KB
testcase_05 AC 367 ms
138,512 KB
testcase_06 AC 353 ms
141,564 KB
testcase_07 AC 366 ms
138,640 KB
testcase_08 AC 350 ms
141,564 KB
testcase_09 AC 369 ms
138,388 KB
testcase_10 AC 355 ms
141,432 KB
testcase_11 AC 366 ms
140,604 KB
testcase_12 AC 353 ms
141,728 KB
testcase_13 AC 375 ms
138,512 KB
testcase_14 AC 363 ms
138,256 KB
testcase_15 AC 344 ms
141,816 KB
testcase_16 AC 365 ms
138,384 KB
testcase_17 AC 345 ms
141,564 KB
testcase_18 AC 365 ms
138,644 KB
testcase_19 AC 350 ms
141,600 KB
testcase_20 AC 363 ms
138,388 KB
testcase_21 AC 358 ms
141,436 KB
testcase_22 AC 367 ms
138,516 KB
testcase_23 AC 363 ms
141,300 KB
testcase_24 AC 367 ms
138,256 KB
testcase_25 AC 348 ms
141,344 KB
testcase_26 AC 362 ms
138,516 KB
testcase_27 AC 364 ms
138,388 KB
testcase_28 AC 355 ms
141,688 KB
権限があれば一括ダウンロードができます
コンパイルメッセージ
Syntax OK

ソースコード

diff #

say ($_=+get)+1-2**(.base(2)~~m:g/1/)
0