题解 1001: [编程入门]第一个HelloWorld程序(仅需一行) 摘要:解题思路:在Python中print打印结束后会自动换行(\n),因此只需写三次print即可。其次在Python中可以使用“字符串” * 次数,来表达重复的“字符串”。还有(\n)也是换行的意思。注…… 题解列表 2023年07月10日 1 点赞 0 评论 273 浏览 评分:0.0
感谢支持,谢谢你们的支持 摘要:解题思路:注意事项:参考代码:#include <bits/stdc++.h>using namespace std;int main(){ int n; double p=1,q=2,s…… 题解列表 2023年07月10日 0 点赞 0 评论 329 浏览 评分:0.0
密码(c++),利用string 摘要:解题思路:注意事项:参考代码:#include <iostream> #include <cstring> using namespace std; bool an(string s){ i…… 题解列表 2023年07月11日 0 点赞 0 评论 148 浏览 评分:0.0
求分数序列和题解 摘要:解题思路:#include<bits/stdc++.h>#include<iomanip>using namespace std;int main(){ int n; double a=1.0…… 题解列表 2023年07月11日 0 点赞 0 评论 220 浏览 评分:0.0
N以内累加求和 摘要:解题思路:#include <bits/stdc++.h>using namespace std;int main() { int N,sum = 0; cin >> N; for …… 题解列表 2023年07月11日 0 点赞 0 评论 168 浏览 评分:0.0
aaaaaaaaaaaaaaaaaaaa 摘要:解题思路:注意事项:参考代码:#include <bits/stdc++.h>using namespace std;int main(){ int a,b,c,n; cin>>a>>b>>n…… 题解列表 2023年07月11日 0 点赞 0 评论 214 浏览 评分:0.0
求小数的某一位 摘要:解题思路:#include <bits/stdc++.h>using namespace std;int main(){ int a,b,n,c; cin>>a>>b>>n; for…… 题解列表 2023年07月11日 0 点赞 0 评论 217 浏览 评分:0.0
早晨一起《鸡你太美》 摘要:解题思路:#include <bits/stdc++.h>using namespace std;int main(){ int t; cin>>t; if(25<=t && t…… 题解列表 2023年07月11日 0 点赞 0 评论 311 浏览 评分:0.0
000000第几项000000 摘要:解题思路:#include <iostream>#include <cmath> using namespace std; int main(){ int n,m; cin>>m; …… 题解列表 2023年07月11日 0 点赞 0 评论 188 浏览 评分:0.0
第几项??????? 摘要:解题思路:#include <bits/stdc++.h>using namespace std;int main(){ int m,s=0; cin>>m; for(int i=1…… 题解列表 2023年07月11日 0 点赞 0 评论 182 浏览 评分:0.0