2072: [STL训练]寻梦 摘要:解题思路:注意事项:参考代码:#include<iostream> #include<string> using namespace std; int main() { int n,i; …… 题解列表 2022年01月23日 0 点赞 0 评论 151 浏览 评分:0.0
Hfifipsysta-2072-[STL训练]寻梦(C++代码) 摘要:```cpp #include #include using namespace std; int main(){ int N; string str_1, str_2…… 题解列表 2022年02月10日 0 点赞 0 评论 184 浏览 评分:0.0
寻梦之C++解题 摘要:#include<iostream> #include<string> using namespace std; int main() { int n; string s1, s2;…… 题解列表 2024年10月19日 0 点赞 0 评论 81 浏览 评分:0.0
[STL训练]寻梦,无STL纯循环解法! 摘要:解题思路:注意事项:参考代码:#include"bits/stdc++.h" using namespace std; int main(){ // 定义整数变量a int a; …… 题解列表 2024年11月12日 0 点赞 0 评论 102 浏览 评分:0.0