const string &shorterString(const string s1,const string s2) { return s1.size() <s2.size()?s1:s2; } //这样就错了
6.3w+
社区成员
25.0w+
社区内容