05 2016 档案

摘要:#include #include #include #include const long double time_unit=0.0001; const GLdouble PI= 3.1415926536; bool Clear = true; long double detail=1.0; struct mess_point { long double m,x,y,vx,... 阅读全文
posted @ 2016-05-06 17:30 141421356 阅读(236) 评论(0) 推荐(0)
摘要:#include #include #include using namespace std; int comp(const void*a,const void*b) { return *(int*)a-*(int*)b; } bool good_order(const void *a ,const void *b) { return *((long long*)a) ... 阅读全文
posted @ 2016-05-01 17:22 141421356 阅读(240) 评论(0) 推荐(0)