aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa 摘要:解题思路:注意事项:参考代码:#include <bits/stdc++.h>using namespace std;int main(){ double x; int n; cin…… 题解列表 2023年07月12日 0 点赞 0 评论 438 浏览 评分:0.0
菲波那契数列 摘要:解题思路:注意事项:参考代码:#include <iostream>using namespace std;int main(){ int k, a = 1, b = 1, c = 1; …… 题解列表 2023年07月12日 0 点赞 0 评论 504 浏览 评分:0.0
数组插入处理 摘要:解题思路:可以想象成教室里面有一列,按照高矮顺序排位置,已经排列好了,突然有一个新同学加入,然后我们要把他按照高矮顺序对他进行排座才不会影响其他同学。我们需要加一个座位在最后。然后最高的坐最后然后次高…… 题解列表 2023年07月12日 0 点赞 0 评论 399 浏览 评分:0.0
jishuqiuhegggggggg 摘要:解题思路:注意事项:参考代码:#include<bits/stdc++.h>using namespace std;int main(){ int K; cin>>K; double…… 题解列表 2023年07月12日 0 点赞 0 评论 383 浏览 评分:0.0
c语言代码解决问题 摘要:解题思路:注意事项:参考代码:#include<stdio.h>#include<string.h>int main(){ char str[6]; int n; scanf("%d…… 题解列表 2023年07月12日 0 点赞 0 评论 408 浏览 评分:0.0
分离整数的各个数位 摘要:解题思路:注意事项:参考代码:#include<bits/stdc++.h>using namespace std;int main(){ int n; cin>>n; while(…… 题解列表 2023年07月12日 0 点赞 0 评论 254 浏览 评分:0.0
感谢支持,谢谢 摘要:解题思路:注意事项:参考代码:#include <bits/stdc++.h>using namespace std;int main(){ int n; cin>>n; while…… 题解列表 2023年07月12日 0 点赞 0 评论 381 浏览 评分:0.0
分离整数的各个数位 摘要:解题思路:注意事项:参考代码:#include <bits/stdc++.h>using namespace std;int main(){ int n; cin>>n; while…… 题解列表 2023年07月12日 0 点赞 0 评论 386 浏览 评分:0.0
感谢支持,谢谢 摘要:解题思路:注意事项:参考代码:#include <bits/stdc++.h>using namespace std;int main(){ long long n,m,i; cin>>n; …… 题解列表 2023年07月12日 0 点赞 0 评论 382 浏览 评分:0.0
数字反转zhaunzhaun 摘要:解题思路:注意事项:参考代码:#include<bits/stdc++.h>using namespace std;int main(){ int n,ans=0; cin>>n; …… 题解列表 2023年07月12日 0 点赞 0 评论 371 浏览 评分:0.0