C++简单写法-------------------------------------- 摘要:解题思路:注意事项:参考代码:#include<iostream>using namespace std;void swap_num(int *a, int *b){ &nbs…… 题解列表 2025年03月21日 0 点赞 0 评论 183 浏览 评分:0.0
C++简单写法-------------------------------------- 摘要:解题思路:注意事项:参考代码:#include<iostream>#include<cmath>using namespace std;int main(){ &n…… 题解列表 2025年03月21日 0 点赞 0 评论 200 浏览 评分:0.0
C++简单写法-------------------------------------- 摘要:解题思路:注意事项:参考代码:#include<iostream>using namespace std;bool is_leap(int year){ if (…… 题解列表 2025年03月21日 0 点赞 0 评论 160 浏览 评分:0.0
C++简单写法-------------------------------------- 摘要:解题思路:注意事项:参考代码:#include<iostream>using namespace std;int main(){ for (int i = 10;…… 题解列表 2025年03月21日 0 点赞 0 评论 141 浏览 评分:0.0
C++简单写法-------------------------------------- 摘要:解题思路:注意事项:参考代码:#include<iostream>using namespace std;int b[20];int main(){ int a …… 题解列表 2025年03月21日 0 点赞 0 评论 194 浏览 评分:0.0
欧几里得算法-------------------------------------- 摘要:解题思路:注意事项:参考代码:#include<iostream>using namespace std;int gcd(int a, int b){ retur…… 题解列表 2025年03月21日 0 点赞 0 评论 155 浏览 评分: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 评论 89 浏览 评分:0.0
模拟----------------------------------------------------- 摘要:解题思路:注意事项:参考代码:#include<iostream>using namespace std;int main(){ int n; &nb…… 题解列表 2025年03月21日 0 点赞 0 评论 186 浏览 评分:0.0
C++:一个输出解决 \n\ 直接复制粘贴 摘要:解题思路:注意事项:参考代码:#include<iostream>using namespace std ;int main ( ){&nb…… 题解列表 2025年03月21日 3 点赞 0 评论 663 浏览 评分:0.0
C++:类和访问权限 摘要:解题思路:注意事项:参考代码:#include<iostream>using namespace std ;class sum{…… 题解列表 2025年03月21日 0 点赞 0 评论 451 浏览 评分:0.0