摘要:
#include <iostream>#include <cmath>#include <stdio.h>#include <string.h>#include <memory.h>using namespace std;const int N=1005;int vol[N],pv[N],val[N];int max(int x,int y){ return(x>y?x:y);}int main(){ int n,v,test; cin>>test; while(test--) { cin>>n>& 阅读全文
posted @ 2012-03-16 22:06
wuzhibin
阅读(544)
评论(0)
推荐(0)

浙公网安备 33010602011771号