2016年3月23日

你好,母函数

摘要: #include <stdio.h> #include <string.h> int main( ) { int m,n; int i,j,k,t; while(scanf("%d",&m)==1) { if(m<0) break; n=0; int val[m],num[m];//neng fan 阅读全文

posted @ 2016-03-23 15:31 very_czy 阅读(162) 评论(0) 推荐(0)

二维凸包模板——kuangbin版

摘要: 简洁明了,转自kuangbin神~#include<stdio.h> #include<math.h> #include<algorithm> #include<iostream> using namespace std; const int MAXN=1000; struct point { in 阅读全文

posted @ 2016-03-23 15:25 very_czy 阅读(274) 评论(0) 推荐(0)

导航