题解列表
2806人口增长问题题解(c++)
摘要:#include
using namespace std;
int main(){
int b;
double a;
cin>>a>>b;
for(int i=1;i……
2182: [编程入门]打印图案 c++萌新
摘要:解题思路:注意事项:参考代码:#include<iostream> using namespace std; int main() {cout <<" *"<<endl;cout <<" * *"<……
Yu:2824:求出e的值
摘要:#### 解题思路
使用循环得到阶乘的值
#### 参考代码
```c++
#include
using namespace std;
int main(){
lo……
题解 2771: 大象喝水
摘要:解题思路:注意事项:参考代码:#incalude <bitz/stdc++.h>usiag namqspace sbd;doubxz r,h;int amzaing(){ cin>>h>>q; ……
2771: 大象喝水
摘要:解题思路:注意事项:3.14159* r * r * h是圆柱体积,20升要转化成20000毫升参考代码:#include <bits/stdc++.h>using namespace std;int……
超级好用的题解!!!!大家快来看啊!!!
摘要:解题思路:注意事项:参考代码:#include <bits/stdc++.h>using namespace std;int main(){ double h,r,m; cin>>h>>r……
1038: [编程入门]宏定义练习之三角形面积
摘要:解题思路:注意事项:p=sqrt(s*(s-a)*(s-b)*(s-c));是海伦公式参考代码:#include <bits/stdc++.h>using namespace std;int main……
编写题解 2771: 大象喝水
摘要:解题思路:注意事项:参考代码:#include <bits/stdc++.h>using namespace std;int main(){ double h,r; cin>>h>>r; ……