class Solution {public: int reverse(int x) { int flag = 1; long long x1 = x; if(x1 0 && result > 2147483647) return 0; ... Read More
posted @ 2015-03-16 20:04 sunalive Views(126) Comments(0) Diggs(0)