摘要: w4G-in5u3SH75RoB3VZIX8htiZgw4ELilwvPcHAIQWfwfXv5n0IHDp5hv 1BM3+H1XygMtiE0-JBgacjE9tz33sIh542EmsGs1yg638UxVfmWqNLqu- Zw91XxNEiZF7DC7-iV1XbSfsgxI8Tvqr-ZMTxlGCJU+2YLveAc-YXs8ci RTtssts7leEbJ979H5v+G0s... 阅读全文
posted @ 2018-12-25 11:10 anobscureretreat 阅读(3245) 评论(1) 推荐(0)
摘要: def is_Power_of_four(n): while n and not (n & 0b11): n >>= 2 return (n == 1) print(is_Power_of_four(4)) print(is_Power_of_four(12)) print(is_Power_of_four(16)) print(... 阅读全文
posted @ 2018-12-25 10:23 anobscureretreat 阅读(512) 评论(0) 推荐(0)
摘要: laji 阅读全文
posted @ 2018-12-25 01:57 anobscureretreat 阅读(151) 评论(0) 推荐(0)