摘要: #include #include using namespace std; int myAtoi(string str) { string s=""; int result; bool flag=true; for(int i=0; i= '0' && str[i] > Int; char st[1000000]; for(int j=0; ... 阅读全文
posted @ 2018-11-12 21:51 nefuer 阅读(333) 评论(0) 推荐(0)