摘要: 1 #include 2 #include 3 using namespace std; 4 int ato(const char *str) { 5 int i=0,e=0,s=0; 6 int max=2147483647,min=-2147483648; 7 in... 阅读全文
posted @ 2014-11-03 22:09 xcw0754 阅读(200) 评论(0) 推荐(0) 编辑