- C++
c++交流--wangtianqi
- 2024-10-24 16:14:47 @
有不会的题,可以发进来,大家一起看!、 提示:发进来题目号
22 条评论
-
fs247limingsen1 LV 3 @ 2024-11-7 16:58:56
#include<bits/stdc++.h> using namespace std; int main() { double a,b,c,p=3.14,d; cin>>b>>c; a=ccp*b; d=20000.0/a; cout<<ceil(d); return 0; }
-
2024-11-7 16:58:46@
#include<bits/stdc++.h> using namespace std; int main() { double a,b,c,p=3.14,d; cin>>b>>c; a=ccp*b; d=20000.0/a; cout<<ceil(d); return 0; }
-
2024-11-7 16:58:36@
#include<bits/stdc++.h> using namespace std; int main() { double a,b,c,p=3.14,d; cin>>b>>c; a=ccp*b; d=20000.0/a; cout<<ceil(d); return 0; }
-
2024-10-30 16:45:45@
//P3954 NOIP普及组 `#include<bits/stdc++.h> using namespace std; int main() { int A,B,C; scanf("%d%d%d",&A,&B,&C); printf("%d\n",A/5+B*3/10+C/2); return 0; }
-
2024-10-30 16:07:01@
#include<bits/stdc++.h> using namespace std; int main() { int a,b; scanf("%d%d",&a,&b); cout<<b<<" "<<a; return 0; } A0501
-
2024-10-30 16:04:25@
嗨嗨嗨,我又来了嗷
👍 1😄 1😕 1❤️ 1🤣 1🤔 1🌿 1👀 1 -
2024-10-24 17:17:58@
诗人王天琪发答案
👍 1👀 1😕 1🌿 1❤️ 1 -
2024-10-24 17:12:12@
#include<bits/stdc++.h> using namespace std; int main() { char a; cin>>a; cout<<" "<<a<<" "<<endl; cout<<" "<<a<<a<<a<<" "<<endl; cout<<a<<a<<a<<a<<a<<endl; return 0; } 字符三角形
👎 1 -
2024-10-24 17:07:26@
#include<bits/stdc++.h> using namespace std; int main() { char a; int a1; cin>>a; a1=a; cout<<a1; return 0; } //B2017
👎 1 -
2024-10-24 17:06:50@
阿米诺斯
👍 1 -
2024-10-24 17:03:32@
666
👍 1 -
2024-10-24 16:59:28@
#include<bits/stdc++.h> using namespace std; int main() { cout<<""<<endl; cout<<" "<<endl; cout<<" "<<endl; cout<<" "<<endl; cout<<" "<<endl; cout<<""<<endl; return 0; } 空心矩形
👎 1 -
2024-10-24 16:58:11@
来
-
2024-10-24 16:53:35@
@fs247wujiahao1 #include<bits/stdc++.h> using namespace std; int main() { int a,b,c; cin>>a>>b>>c; cout<<a+b+c; return 0; }
-
2024-10-24 16:52:03@
#include<bits/stdc++.h>// using namespace std;// int main()// {// cout<<"* "<<endl;// cout<<"** "<<endl;// cout<<"***"<<endl;// return 0;// }// 打印三角形
-
2024-10-24 16:52:03@
#A0204. 求和a+b+c
-
2024-10-24 16:49:12@
666666666666666666666666666
-
2024-10-24 16:48:51@
救救我!!! 不会!!! 阶乘之和
-
2024-10-24 16:38:21@
#include<bits/stdc++.h>// using namespace std;// int main()// {// cout<<961*753<<endl;// return 0;// }//
-
2024-10-24 16:37:11@
#include<bits/stdc++.h>// using namespace std;// int main()// {// int R1,S;// cin>>R1>>S;// cout<<S*2-R1<<endl;// return 0;// } //A0205 答案(不唯一)
-
2024-10-24 16:22:21@
#include<bits/stdc++.h>// using namespace std;// int main()// {// int a,b,c;// cin>>a>>b>>c;// cout<<(a+b)*c;// return 0;// }
- 1