小白,看看就行,不动脑袋 摘要:解题思路:注意事项:参考代码:#include<iostream>#include<string>using namespace std;int main(){ string s, s2; …… 题解列表 2024年11月13日 0 点赞 0 评论 39 浏览 评分:0.0
找出最长的字符串来(C++代码简短) 摘要:#include<iostream> using namespace std; #include<cstring> #include<algorithm> int main() { …… 题解列表 2022年10月31日 0 点赞 0 评论 111 浏览 评分:9.9
找出最长的字符串来 (C++代码)只做最简单的思路! 摘要: ````cpp #include using namespace std; int main(){ string s1,s2,s3,s4,s5; cin>>s1>>s2>>s…… 题解列表 2020年02月16日 0 点赞 0 评论 640 浏览 评分:9.9
找出最长的字符串来-题解(C++代码) 摘要:解题思路: while循环5次,设计以max,maxstr就完了 参考代码: ```cpp #include #include using namespace std; /* …… 题解列表 2020年01月02日 0 点赞 0 评论 807 浏览 评分:0.0
找出最长的字符串来-题解(C++代码) 摘要:##### 原题链接:[找出最长的字符串来](https://www.dotcpp.com/oj/problem.php?id=1782 "找出最长的字符串来") ##### 解题思路: …… 题解列表 2019年07月16日 0 点赞 0 评论 1100 浏览 评分:0.0