2946: 数制转换 摘要:解题思路:注意事项:参考代码:#include <bits/stdc++.h>using namespace std;typedef long long ll;char s[1000];int a[1…… 题解列表 2023年12月02日 0 点赞 0 评论 423 浏览 评分:8.0
解法11111111111111 摘要:解题思路:注意事项:格式不要弄错参考代码:#include <stdio.h> int main(){ int n, k = 2, i = 0, q = 0; int a[10]; …… 题解列表 2023年12月02日 0 点赞 0 评论 266 浏览 评分:0.0
题解 2901: 查找特定的值 摘要: #include using namespace std; int c,b,d,sum=1; int a[200000]; int main(){ …… 题解列表 2023年12月02日 0 点赞 0 评论 229 浏览 评分:0.0
题解 2548: [CSP-J2020] 优秀的拆分 摘要:解题思路:注意事项:参考代码:#include <bits/stdc++.h> using namespace std; int z[1000000]; int er(long long a)…… 题解列表 2023年12月02日 0 点赞 0 评论 295 浏览 评分:9.9
指针/引用练习之交换数字 摘要:解题思路:注意事项:参考代码://#define _CRT_SECURE_NO_WARNINGS//#pragma warning(disable:6031)#include<stdio.h>void…… 题解列表 2023年12月02日 0 点赞 0 评论 531 浏览 评分:0.0
计算邮资--ceil函数与printf函数之间的问题 摘要:解题思路:注意事项:ceil 函数不能直接嵌套在printf函数内使用,会出现错误参考代码:错误示例:#include<stdio.h>#include<math.h>int main(){ i…… 题解列表 2023年12月02日 0 点赞 0 评论 256 浏览 评分:0.0
2548: [CSP-J2020] 优秀的拆分 摘要:解题思路:注意事项:参考代码:#include <bits/stdc++.h>using namespace std;typedef long long ll;char s[1000];char a[…… 题解列表 2023年12月02日 0 点赞 0 评论 499 浏览 评分:0.0
利用C++完成完数的判断 摘要:解题思路:注意事项:参考代码:#include<iostream>using namespace std;#define max 1000int range,array[max];int main(v…… 题解列表 2023年12月02日 0 点赞 0 评论 163 浏览 评分:0.0
利用·C++编写有规律的数列求和 摘要:解题思路:注意事项:参考代码:#include<iostream>int main(void){ int range; int fenzi=2,fenmu=1; double result=0; s…… 题解列表 2023年12月02日 0 点赞 0 评论 200 浏览 评分:0.0
利用C++完成自由下落的距离计算 摘要:解题思路:注意事项:参考代码:#include<iostream>#include<math.h>using namespace std;int main(void){ int totalHeight…… 题解列表 2023年12月02日 0 点赞 0 评论 244 浏览 评分:0.0