摘要:
#include#include#define N 2100struct node {int u,v,next;}bian[N*N];int min(int a,int b) {return a>b?b:a;}int yong,dfn[N],low[N],ans[N],stac[N],top,ind... 阅读全文
posted @ 2014-03-01 18:52
HYDhyd
阅读(156)
评论(0)
推荐(0)
摘要:
http://blog.csdn.net/acm_cxlove/article/details/8079348 阅读全文
posted @ 2014-03-01 17:34
HYDhyd
阅读(152)
评论(0)
推荐(0)
摘要:
#include#include#define N 1100int dp[N],a[N];int main() {int n,m,i,j,max,k;while(scanf("%d",&n),n) {max=0;k=0;for(i=1;imax) {max=a[i];k=i;}}scanf("%d"... 阅读全文
posted @ 2014-03-01 14:10
HYDhyd
阅读(139)
评论(0)
推荐(0)
浙公网安备 33010602011771号