随笔分类 -  leetCode

摘要:Reverse digits of an integer. Example1: x = 123, return 321 Example2: x = -123, return – –321 #include#includeusing namespace std;class Solution {private: bool myError; void setErro... 阅读全文
posted @ 2014-06-11 22:08 sxcww 阅读(217) 评论(0) 推荐(0)