摘要: Given an integer, write a function to determine if it is a power of three. Example 1: Input: 27 Output: true Example 2: Input: 0 Output: false Example 阅读全文
posted @ 2018-10-08 20:55 Lin.B 阅读(120) 评论(0) 推荐(0) 编辑