2905: 最大值和最小值的差 摘要:``` #include using namespace std; const int N=10010; int a[N],n,b,e,h; int main() { cin>>n; …… 题解列表 2023年12月26日 0 点赞 0 评论 344 浏览 评分:6.0
编写题解 2792: 三角形判断,禁止抄答案,否则第2天被雷劈 摘要:解题思路:注意事项:禁止抄答案,否则第2天被雷劈参考代码:#include <bits/stdc++.h>using namespace std;int main(){ double a,b,s…… 题解列表 2023年12月31日 0 点赞 0 评论 304 浏览 评分:6.0
2789: 骑车与走路2789: 编写题解 2789: 骑车与走路 标题骑车与走路2789: 骑车与走路2789: 骑车与走路2789: 骑车与走路2789: 骑车与走路2789: 骑车与走路27 摘要:解题思路:dsvrfgdsf注意事项:adfvgdsvvsfdvr参考代码:#include <bits/stdc++.h>using namespace std;int main(){double …… 题解列表 2024年01月06日 0 点赞 0 评论 385 浏览 评分:6.0
编写题解 3040: An Easy Problem 摘要:解题思路:就那样注意事项:参考代码:#include <stdio.h>#include <stdbool.h>int js(int i) { int t = 0; while (i > …… 题解列表 2024年01月07日 0 点赞 0 评论 302 浏览 评分:6.0
1480: 模拟计算器1480: 模拟计算器1480: 模拟计算器1480: 模拟计算器1480: 模拟计算器1480: 模拟计算器1480: 模拟计算器1480: 模拟计算器1480: 模拟计算器1 摘要:解题思路:注意事项:参考代码:#include <bits/stdc++.h>using namespace std;int main(){ int a,b; char c; c …… 题解列表 2024年01月07日 0 点赞 0 评论 374 浏览 评分:6.0
c++买笔c++买笔c++买笔c++买笔c++买笔 摘要:解题思路:注意事项:参考代码:#include <iostream>using namespace std;int main(){ int x; cin>>x; if(x%4==0)…… 题解列表 2024年01月07日 0 点赞 1 评论 303 浏览 评分:6.0
题解 2000: 偶数列举 摘要:解题思路:注意事项:参考代码:#include <bits/stdc++.h>using namespace std;int main(){ int i,n; cin>>n; for…… 题解列表 2024年01月08日 0 点赞 0 评论 200 浏览 评分:6.0
题解 2000: 偶数列举 摘要:解题思路:注意事项:参考代码:#include <iostream>using namespace std;int main(){ int a; cin>>a; for(int i=…… 题解列表 2024年01月08日 0 点赞 0 评论 353 浏览 评分:6.0
病毒virus(拓扑排序) 摘要:解题思路:单词依字典序排列, 因此可以判断单词中字符是否存在拓扑序, 如果存在, 则遍历病毒字符串中的字符, 如果每一个字符都存在映射的索引, 则依照索引0 为‘a’ 依次输出, 否则输出0;注意事项…… 题解列表 2024年01月08日 1 点赞 0 评论 457 浏览 评分:6.0
题解 2799: 奥运奖牌计数 摘要:解题思路:注意事项:参考代码:#include <bits/stdc++.h>using namespace std;int main(){ int a,b,c,n,sum=0,sum1=0,s…… 题解列表 2024年01月10日 0 点赞 0 评论 272 浏览 评分:6.0