摘要: #include #include using namespace std;int a[10];int main(){ int i; for(i = 0;i#include using namespace std;int cmp(int a,int b){ return a>b;}... 阅读全文
posted @ 2014-08-11 14:09 HuberyQian 阅读(163) 评论(0) 推荐(0) 编辑
摘要: #include#include#includeusing namespace std;#define N 1002int map[N][N];int main(){ int i,j,m,n,Min,area,high,t,k; char c[100]; scanf("%d",&t... 阅读全文
posted @ 2014-08-11 09:14 HuberyQian 阅读(208) 评论(0) 推荐(0) 编辑