摘要: 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 阅读(211) 评论(0) 推荐(0) 编辑
摘要: post:from urllib.error import URLError,HTTPError import urllib.request import urllib.parse url='http://www.wunderground.com/cgi-bin/findweather/get... 阅读全文
posted @ 2014-06-11 16:38 sxcww 阅读(462) 评论(0) 推荐(0) 编辑