题解列表

筛选

整数的个数

摘要:解题思路:注意事项:参考代码:#include<iostream>using namespace std;int main(){    int a,b,c=0,d=0,e=0;   cin>>a;  ……

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……

公式and代码

摘要:解题思路:a1+(n-1)*d            a2-a1=d注意事项:参考代码:#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; ……