[STL训练]Mispelling4-题解(C++代码)只做最好的思路! 摘要:这题还是可以的不算难,一开始的虽然有点小卡顿,但后来我忽然意识到,既然单纯的用string或者char没办法完成,那就两个一起用,把条件(==)改成(!=)啊啊啊终于成功通过了!(*一定要注意输入输出…… 题解列表 2020年03月26日 0 点赞 0 评论 392 浏览 评分:9.9
string函数解决2070题-[STL训练]Mispelling4-题解(C++代码) 摘要:```cpp #include #include using namespace std; int main() { int n,m,i; string s; cin>>n; …… 题解列表 2020年03月03日 0 点赞 0 评论 340 浏览 评分:9.9
[STL训练]Mispelling4-题解(C++代码) 摘要:需要熟练运用string的 erase(); ``` #include #include using namespace std; int main() { int n,ct…… 题解列表 2019年10月04日 0 点赞 0 评论 467 浏览 评分:9.9
超短精炼代码!!!2070题-[STL训练]Mispelling4-题解(C++代码) 摘要:Mispelling4Mispelling4 #include #include using namespace std; int main() { …… 题解列表 2019年08月18日 0 点赞 0 评论 450 浏览 评分:9.9