计算书费feifeifei 摘要:解题思路:注意事项:参考代码:#include <bits/stdc++.h>using namespace std;double a[10]= {28.9,32.7,45.6,78,35,86.2,…… 题解列表 2023年07月17日 0 点赞 0 评论 577 浏览 评分:9.9
不高兴的津津 摘要:解题思路:注意事项:参考代码:#include <bits/stdc++.h>using namespace std;int a,b,c,maxday = 0,maxtime = 0;int main…… 题解列表 2023年07月17日 0 点赞 0 评论 398 浏览 评分:9.9
******************************计算书费****************************** 摘要:解题思路:注意事项:参考代码:#include <bits/stdc++.h>using namespace std; double a[10]= { 28.9,32.7,45.6,78,35,86…… 题解列表 2023年07月17日 0 点赞 0 评论 493 浏览 评分:9.9
斐波纳契数列 摘要:解题思路:注意事项:参考代码:#include <bits/stdc++.h>using namespace std;int a[100];int main(){ int x; cin>>…… 题解列表 2023年07月17日 0 点赞 0 评论 415 浏览 评分:9.9
2840: 向量点积计算 摘要:参考代码:#include <bits/stdc++.h>using namespace std;int a[10000000];int b[10000000];int main(){ int …… 题解列表 2023年07月17日 0 点赞 0 评论 385 浏览 评分:9.9
2906笨小猴c++ 摘要:参考代码:#include<bits/stdc++.h>using namespace std;int bbb(int n){ if(n<2) return 0; for(i…… 题解列表 2023年07月17日 0 点赞 0 评论 455 浏览 评分:9.9
C语言训练-自由落体问题(比较简单) 摘要:解题思路:注意事项:参考代码:#include<iostream> #include<iomanip> using namespace std; int main() { int n…… 题解列表 2023年07月17日 0 点赞 1 评论 311 浏览 评分:9.9
计算宇宙无敌超级大数 摘要:解题思路:高精度乘法学过吧注意事项:数字特大,10000位数组储存参考代码:#includeusing namespace std; int main(){ int num[100000]…… 题解列表 2023年07月17日 0 点赞 0 评论 444 浏览 评分:9.9
2886: 图像旋转 简单c++ 摘要:解题思路:无注意事项:无参考代码:#include <bits/stdc++.h> int a[100][100]; int b[100][100]; using namespace std; …… 题解列表 2023年07月18日 0 点赞 0 评论 307 浏览 评分:9.9
2880: 计算鞍点简单c++ 摘要:解题思路:无注意事项:无参考代码:#include <bits/stdc++.h> int a[100][100]; using namespace std; int main() { …… 题解列表 2023年07月18日 0 点赞 0 评论 815 浏览 评分:9.9