题解列表
1323: 能量项链
摘要:```cpp
#include
using namespace std;
int n,e[203],s[203][203],maxn=-1;
int main()
{
cin>>n……
1324: [NOIP2006]开心的金明
摘要:```cpp
#include
#include
using namespace std;
int w[61][3],v[61][3],n,m,f[61][30001][5];
int ma……
1325: [NOIP2006]作业调度方案
摘要:```cpp
#include
#include
using namespace std;
const int maxn=20;
int n,m,line[maxn*maxn],workli……
1326: 青蛙过河
摘要:```cpp
#include
#include
using namespace std;
int a[101],d[101],stone[350000],f[350000];
int ma……
感谢支持,谢谢你们的支持
摘要:解题思路:#include<iostream>using namespace std;int main(){ int a,b,c; cin>>a>>b>>c; if (a<b) a=b……
适合晨练题解(作者亲测~求点赞(〃'▽'〃))
摘要:解题思路:考验记忆代码注意事项:记得不是所有都要加“;”哦~参考代码:#include <iostream>using namespace std;int main(){ int t; ……
收费问题题题题题题题题题题
摘要:解题思路:注意事项:参考代码:#include <bits/stdc++.h>using namespace std;int main(){ double a; cin>>a; if……
还是那句话,人生苦短,我用python
摘要:解题思路:注意事项:参考代码:a=input()print(a+a[::-1])……