2011年6月19日
摘要: // BDFS2_1.cpp : Defines the entry point for the console application.//#include "stdafx.h"#include <iostream>using namespace std;#define MAX 1000005#define min(x,y) ((x)<(y)?(x):(y))#define INF 99999... 阅读全文
posted @ 2011-06-19 22:44 yangyh 阅读(421) 评论(0) 推荐(0)