1060 Are They Equal (25 point(s))

#include<iostream> #include<cstdio> #include<string> using namespace std; int len; string tran(string s, int& n) { while(s.length() && s[0] == '0') s.erase(s.begin()); // 去除首部0 if(s[0] == '.') { //
相關文章
相關標籤/搜索