题解 2883: 矩阵加法 摘要: #include using namespace std; const int N=110; int a[N][N],b[N][N]; int main…… 题解列表 2023年12月18日 0 点赞 0 评论 127 浏览 评分:0.0
最最最简单简单 2833: 金币,不用while,注释写好了 摘要:解题思路:注意事项:参考代码:#include <iostream> using namespace std; int main() { int n, total=0; // n 天数…… 题解列表 2023年12月18日 0 点赞 0 评论 150 浏览 评分:0.0
for and if买房子 摘要:解题思路:注意事项:参考代码:#include <iostream>#include <cmath>using namespace std;int main(){ double y=200; …… 题解列表 2023年12月17日 0 点赞 0 评论 192 浏览 评分:0.0
超级好用的题解,大家快来看啊!!!求个五星好评 摘要:解题思路:注意事项:参考代码:#include <bits/stdc++.h>using namespace std;int main(){ int a,b; cin>>a>>b; …… 题解列表 2023年12月17日 0 点赞 3 评论 286 浏览 评分:6.0
2779: 输出绝对值 摘要:解题思路:注意事项:参考代码:#include <bits/stdc++.h>using namespace std;int main(){ double x; cin >> x ; …… 题解列表 2023年12月17日 0 点赞 0 评论 139 浏览 评分:0.0
2862: 字符串移位包含问题 摘要:``` #include using namespace std; const int N=10010; char a[N],b[N]; int main(){ cin>>a>>b; i…… 题解列表 2023年12月17日 0 点赞 0 评论 239 浏览 评分:9.9
2779: 输出绝对值 摘要:解题思路:注意事项:参考代码:#include <bits/stdc++.h>using namespace std;int main(){ double x; cin >> x ; …… 题解列表 2023年12月17日 0 点赞 0 评论 123 浏览 评分:0.0
题解 2862: 字符串移位包含问题 摘要: #include using namespace std; const int N=200000; char a[N],b[N]; int main()…… 题解列表 2023年12月17日 0 点赞 0 评论 165 浏览 评分:0.0
2862: 字符串移位包含问题 摘要: #include using namespace std; const int N=100010; char a[N],b[N]; int main()…… 题解列表 2023年12月17日 0 点赞 0 评论 261 浏览 评分:0.0
2779: 输出绝对值 摘要:解题思路:注意事项:参考代码:#include <bits/stdc++.h>using namespace std;int main(){ double x; cin >> x ; …… 题解列表 2023年12月17日 0 点赞 0 评论 162 浏览 评分:0.0