题解 1272: 采药[NOIP2005复赛普及组]

来看看其他人写的题解吧!要先自己动手做才会有提高哦! 
返回题目 | 我来写题解

筛选

P1005 (C++代码)

摘要:解题思路:注意事项:参考代码:#include<iostream> #include<algorithm> using namespace std; const int Nmax=105,Vma……

P1005 (C语言代码)

摘要:解题思路:注意事项:参考代码:#include<stdio.h>int a[1001];int main(){ int t,m; int i,j,k,l; int sj[101],jz[101]; s……

P1005 (C++代码)

摘要:解题思路:注意事项:大神回来啦!!参考代码:献上代码:#include<bits/stdc++.h> using namespace std; int max(int a,int b)//……