题解 2764: 带余除法 摘要:解题思路:注意事项:参考代码:#include<iostream>using namespace std;int main(){ int a,b; cin>>a>>b; cout<<a/b…… 题解列表 2023年12月05日 0 点赞 0 评论 370 浏览 评分:9.9
题解 2751: 超级玛丽游戏 摘要:解题思路:注意事项:参考代码:#include<iostream>using namespace std;int main(){ cout<<" ********"<…… 题解列表 2023年12月05日 0 点赞 0 评论 169 浏览 评分:8.5
题解 2773: 计算线段长度 摘要:解题思路:注意事项:参考代码:#include <bits/stdc++.h>using namespace std;int main(){ double xa,ya,xb,yb; cin…… 题解列表 2023年12月05日 0 点赞 0 评论 105 浏览 评分:0.0
利用C++完成数组插入处理 摘要:解题思路:注意事项:参考代码:#include<iostream>#define TOTAL 10using namespace std;int array[TOTAL],insertnum;int …… 题解列表 2023年12月04日 0 点赞 0 评论 256 浏览 评分:8.0
1231: 杨辉三角 摘要: #include using namespace std; const int N=1000; int a[N][N]; int main() { …… 题解列表 2023年12月04日 0 点赞 0 评论 550 浏览 评分:9.9
整数的个数 摘要:解题思路:注意事项:参考代码:#include<iostream>using namespace std;int main(){ int a,b,c=0,d=0,e=0; cin>>a; …… 题解列表 2023年12月04日 0 点赞 0 评论 176 浏览 评分:6.5
2806人口增长问题题解(c++) 摘要:#include using namespace std; int main(){ int b; double a; cin>>a>>b; for(int i=1;i…… 题解列表 2023年12月04日 0 点赞 0 评论 183 浏览 评分:2.0
2182: [编程入门]打印图案 c++萌新 摘要:解题思路:注意事项:参考代码:#include<iostream> using namespace std; int main() {cout <<" *"<<endl;cout <<" * *"<…… 题解列表 2023年12月04日 0 点赞 0 评论 1107 浏览 评分:8.0
Yu:2824:求出e的值 摘要:#### 解题思路 使用循环得到阶乘的值 #### 参考代码 ```c++ #include using namespace std; int main(){ lo…… 题解列表 2023年12月04日 0 点赞 0 评论 180 浏览 评分:9.9
题解 2771: 大象喝水 摘要:解题思路:注意事项:参考代码:#incalude <bitz/stdc++.h>usiag namqspace sbd;doubxz r,h;int amzaing(){ cin>>h>>q; …… 题解列表 2023年12月03日 0 点赞 0 评论 133 浏览 评分:5.3