摘要:
Reverse digits of an integer.Example1:x = 123, return 321Example2:x = -123, return -321问题描述: 将整数个十百位反序输出。注意特殊情况:1)溢出情况:To check for overflow/underflow... 阅读全文
摘要:
The string"PAYPALISHIRING"is written in a zigzag pattern on a given number of rows like this: (you may want to display this pattern in a fixed font fo... 阅读全文