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 评论 300 浏览 评分:2.0
2182: [编程入门]打印图案 c++萌新 摘要:解题思路:注意事项:参考代码:#include<iostream> using namespace std; int main() {cout <<" *"<<endl;cout <<" * *"<…… 题解列表 2023年12月04日 0 点赞 0 评论 1284 浏览 评分:8.0
Yu:2824:求出e的值 摘要:#### 解题思路 使用循环得到阶乘的值 #### 参考代码 ```c++ #include using namespace std; int main(){ lo…… 题解列表 2023年12月04日 0 点赞 0 评论 267 浏览 评分:9.9
题解 2771: 大象喝水 摘要:解题思路:注意事项:参考代码:#incalude <bitz/stdc++.h>usiag namqspace sbd;doubxz r,h;int amzaing(){ cin>>h>>q; …… 题解列表 2023年12月03日 0 点赞 0 评论 212 浏览 评分:5.3
2771: 大象喝水 摘要:解题思路:注意事项:3.14159* r * r * h是圆柱体积,20升要转化成20000毫升参考代码:#include <bits/stdc++.h>using namespace std;int…… 题解列表 2023年12月03日 0 点赞 0 评论 199 浏览 评分:8.7
超级好用的题解!!!!大家快来看啊!!! 摘要:解题思路:注意事项:参考代码:#include <bits/stdc++.h>using namespace std;int main(){ double h,r,m; cin>>h>>r…… 题解列表 2023年12月03日 0 点赞 2 评论 180 浏览 评分:7.3
公式and代码 摘要:解题思路:a1+(n-1)*d a2-a1=d注意事项:参考代码:#include <bits/stdc++.h>using namespace std;int main(){ …… 题解列表 2023年12月03日 0 点赞 0 评论 177 浏览 评分:6.0
1038: [编程入门]宏定义练习之三角形面积 摘要:解题思路:注意事项:p=sqrt(s*(s-a)*(s-b)*(s-c));是海伦公式参考代码:#include <bits/stdc++.h>using namespace std;int main…… 题解列表 2023年12月03日 0 点赞 0 评论 297 浏览 评分:9.9
编写题解 2771: 大象喝水 摘要:解题思路:注意事项:参考代码:#include <bits/stdc++.h>using namespace std;int main(){ double h,r; cin>>h>>r; …… 题解列表 2023年12月03日 0 点赞 0 评论 216 浏览 评分:2.0
编写题解 1038: [编程入门]宏定义练习之三角形面积 摘要:解题思路:注意事项:参考代码:#include <bits/stdc++.h>using namespace std;int main(){ double s,a,b,c; cin>>a>…… 题解列表 2023年12月03日 0 点赞 0 评论 228 浏览 评分:0.0