1324: [NOIP2006]开心的金明 摘要:```cpp #include #include using namespace std; int w[61][3],v[61][3],n,m,f[61][30001][5]; int ma…… 题解列表 2023年05月20日 0 点赞 0 评论 452 浏览 评分:9.9
1325: [NOIP2006]作业调度方案 摘要:```cpp #include #include using namespace std; const int maxn=20; int n,m,line[maxn*maxn],workli…… 题解列表 2023年05月20日 0 点赞 0 评论 670 浏览 评分:9.9
1326: 青蛙过河 摘要:```cpp #include #include using namespace std; int a[101],d[101],stone[350000],f[350000]; int ma…… 题解列表 2023年05月20日 0 点赞 0 评论 511 浏览 评分:9.9
感谢支持,谢谢你们的支持 摘要:解题思路:#include<iostream>using namespace std;int main(){ int a,b,c; cin>>a>>b>>c; if (a<b) a=b…… 题解列表 2023年05月20日 0 点赞 0 评论 477 浏览 评分:9.9
适合晨练题解(作者亲测~求点赞(〃'▽'〃)) 摘要:解题思路:考验记忆代码注意事项:记得不是所有都要加“;”哦~参考代码:#include <iostream>using namespace std;int main(){ int t; …… 题解列表 2023年05月20日 0 点赞 1 评论 438 浏览 评分:9.9
收费问题题题题题题题题题题 摘要:解题思路:注意事项:参考代码:#include <bits/stdc++.h>using namespace std;int main(){ double a; cin>>a; if…… 题解列表 2023年05月20日 0 点赞 0 评论 378 浏览 评分:9.9
还是那句话,人生苦短,我用python 摘要:解题思路:注意事项:参考代码:a=input()print(a+a[::-1])…… 题解列表 2023年05月20日 0 点赞 0 评论 544 浏览 评分:9.9
三个数字排序 摘要:解题思路:注意事项:参考代码:#include <bits/stdc++.h>using namespace std;int main(){ int a,b,c; cin>>a>>b>>c…… 题解列表 2023年05月20日 0 点赞 0 评论 339 浏览 评分:9.9
题解 1043: 三个数字的排序 摘要:解题思路:题目中要求把输入的3个数从小到大依次输出,那么我们就要先考虑有几种可能的顺序第一个数第二个数第三个数abccbbaccacabba共6种另外,说明一下,如果有n个数,共有 n!(即n的阶乘)…… 题解列表 2023年05月20日 0 点赞 1 评论 687 浏览 评分:9.9