poj 4044
摘要:很水,但还是WA了好几次#include<cstdio>
#include<string.h>
#include<algorithm>
using namespace std;
int cmp(int a,int b){ return a>b;
}
int cmp2(int a,int b){ if(a%10==b%10) return a<b; return a%10<b%10;
}
int n,m;
int dp[31];
int main(){ int i,j,t,T,a,b,x[31],y[31]; //freopen("
阅读全文
posted @ 2012-05-13 00:15
浙公网安备 33010602011771号