图像相似度(C++)简单易懂 摘要:参考代码:#include <iostream>#include <iomanip>using namespace std;int main() { int m, n; cin >> m …… 题解列表 2023年07月17日 0 点赞 0 评论 1088 浏览 评分:9.9
不高兴的津津 摘要:解题思路:注意事项:参考代码:#include <bits/stdc++.h>using namespace std;int a,b,c,maxday = 0,maxtime = 0;int main…… 题解列表 2023年07月17日 0 点赞 0 评论 388 浏览 评分:9.9
计算书费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 评论 476 浏览 评分:9.9
不高兴的津津 摘要:解题思路:注意事项:参考代码:#include <bits/stdc++.h>using namespace std;int a,b,c,maxday = 0,maxtime = 0;int main…… 题解列表 2023年07月17日 0 点赞 0 评论 331 浏览 评分: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 评论 390 浏览 评分:9.9
斐波纳契数列 摘要:解题思路:注意事项:参考代码:#include <bits/stdc++.h>using namespace std;int a[100];int main(){ int x; cin>>…… 题解列表 2023年07月17日 0 点赞 0 评论 342 浏览 评分:9.9
2840: 向量点积计算 摘要:参考代码:#include <bits/stdc++.h>using namespace std;int a[10000000];int b[10000000];int main(){ int …… 题解列表 2023年07月17日 0 点赞 0 评论 327 浏览 评分: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 评论 385 浏览 评分:9.9
C语言训练-自由落体问题(比较简单) 摘要:解题思路:注意事项:参考代码:#include<iostream> #include<iomanip> using namespace std; int main() { int n…… 题解列表 2023年07月17日 0 点赞 1 评论 251 浏览 评分:9.9
计算宇宙无敌超级大数 摘要:解题思路:高精度乘法学过吧注意事项:数字特大,10000位数组储存参考代码:#includeusing namespace std; int main(){ int num[100000]…… 题解列表 2023年07月17日 0 点赞 0 评论 347 浏览 评分:9.9