摘要: 1 #include 2 #include 3 #include 4 using namespace std; 5 6 int strToInt(string strA) 7 { 8 9 if(strA=="zero")10 {11 12 ... 阅读全文
posted @ 2014-11-23 17:34 ElephantKing 阅读(196) 评论(2) 推荐(0) 编辑