tempter of the bone
摘要:
#include<stdio.h>#include<stdlib.h>#include<string.h>#include<iostream>using namespace std;int N,M,T,flag,a,b,c,d;int xx[4]={0,0,1,-1};int yy[4]={1,-1,0,0};char map[30][30];int fun(int x,int y){ if(x<... 阅读全文
posted @ 2011-05-11 10:07 more think, more gains 阅读(148) 评论(0) 推荐(0)