最新消息:

2020年01月的内容

7. Reverse Integer整数反转 (Easy)
算法

7. Reverse Integer整数反转 (Easy)

ksharpdabu 3年前 (2020-01-26) 2559浏览 0评论

Given a 32-bit signed integer, reverse digits of an integer.(将一个32位的有符号的整数的进行反转,注意:反转后可能会溢出,如果溢出,则返回0) Example 1: Input: 123...

Angles of a Clock
算法

Angles of a Clock

ksharpdabu 3年前 (2020-01-20) 2387浏览 0评论

  Hi, here’s your problem today. This problem was recently asked by Microsoft: Given a time in the format of hour ...