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 评论 564 浏览 评分: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 评论 774 浏览 评分: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 评论 612 浏览 评分:9.9
一个刚刚开始刷题的菜鸟!! 摘要:解题思路:注意事项:参考代码:#include<iostream> using namespace std;int main(){ int a; while(cin>>a) { for(int i=…… 题解列表 2023年05月20日 0 点赞 0 评论 439 浏览 评分:0.0
编写题解 1273: ISBN码 摘要:解题思路:注意事项:参考代码:d = 0a = input()b = []for i in a: if i.isdigit(): b.append(int(i))for x in …… 题解列表 2023年05月20日 0 点赞 0 评论 346 浏览 评分:0.0
感谢支持,谢谢你们的支持 摘要:解题思路:#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 评论 545 浏览 评分:9.9
适合晨练题解(作者亲测~求点赞(〃'▽'〃)) 摘要:解题思路:考验记忆代码注意事项:记得不是所有都要加“;”哦~参考代码:#include <iostream>using namespace std;int main(){ int t; …… 题解列表 2023年05月20日 0 点赞 1 评论 508 浏览 评分:9.9
收集瓶盖赢大奖 摘要:解题思路:注意事项:参考代码:#include <bits/stdc++.h>using namespace std;int main(){ int a,b; cin>>a>>b; …… 题解列表 2023年05月20日 0 点赞 0 评论 369 浏览 评分:8.0
感谢支持,谢谢你们的支持 摘要:解题思路:#include<bits/stdc++.h>using namespace std;int main(){ double n; cin>>n; if(n<=20) {…… 题解列表 2023年05月20日 0 点赞 0 评论 456 浏览 评分:7.3