C++简单写法-------------------------------------- 摘要:解题思路:注意事项:参考代码:#include<iostream>using namespace std;int main(){ string s; …… 题解列表 2025年03月21日 0 点赞 0 评论 55 浏览 评分:0.0
C++简单写法-------------------------------------- 摘要:解题思路:注意事项:参考代码:#include<iostream>using namespace std;int main(){ string s; …… 题解列表 2025年03月21日 0 点赞 0 评论 81 浏览 评分:0.0
C++简单写法-------------------------------------- 摘要:解题思路:注意事项:参考代码:#include<iostream>using namespace std;void swap_num(int *a, int *b){ &nbs…… 题解列表 2025年03月21日 0 点赞 0 评论 65 浏览 评分:0.0
C++简单写法-------------------------------------- 摘要:解题思路:注意事项:参考代码:#include<iostream>#include<cmath>using namespace std;int main(){ &n…… 题解列表 2025年03月21日 0 点赞 0 评论 54 浏览 评分:0.0
C++简单写法-------------------------------------- 摘要:解题思路:注意事项:参考代码:#include<iostream>using namespace std;bool is_leap(int year){ if (…… 题解列表 2025年03月21日 0 点赞 0 评论 66 浏览 评分:0.0
C++简单写法-------------------------------------- 摘要:解题思路:注意事项:参考代码:#include<iostream>using namespace std;int main(){ float a; &…… 题解列表 2025年03月21日 0 点赞 0 评论 62 浏览 评分:0.0
C++简单写法-------------------------------------- 摘要:解题思路:注意事项:参考代码:#include<iostream>using namespace std;int main(){ for (int i = 10;…… 题解列表 2025年03月21日 0 点赞 0 评论 37 浏览 评分:0.0
C++简单写法-------------------------------------- 摘要:解题思路:注意事项:参考代码:#include<iostream>using namespace std;int b[20];int main(){ int a …… 题解列表 2025年03月21日 0 点赞 0 评论 60 浏览 评分:0.0
欧几里得算法-------------------------------------- 摘要:解题思路:注意事项:参考代码:#include<iostream>using namespace std;int gcd(int a, int b){ retur…… 题解列表 2025年03月21日 0 点赞 0 评论 67 浏览 评分:0.0
c++信使(msner)floyd 摘要:```cpp#include using namespace std;const int INF=0x3f3f3f3f;int days=0;int dp[105][105…… 题解列表 2025年03月21日 0 点赞 0 评论 31 浏览 评分:0.0