sort
文章平均质量分 74
xymscau
这个作者很懒,什么都没留下…
展开
-
拓扑排序,poj 1094
#include<cstdio> #include<iostream> #include<cstring> using namespace std; bool gp[30][30]; char vd[30]; int into[30],flag; int find_huan(in原创 2011-07-12 22:00:12 · 482 阅读 · 0 评论 -
poj 2299 归并排序--逆序对
Ultra-QuickSort Time Limit: 7000MS Memory Limit: 65536K Total Submissions: 21264 Accepted: 7578 Description原创 2011-07-12 21:51:36 · 759 阅读 · 0 评论 -
HDU 4007
题意:给你n个点(n 一般思路都是将正方形先x方向移然后再向y移求最大,显然是需要排序的,方便统计。那么会不会tle呢?两个for,n*n 可以满足。没什么陷阱,果断1y。。。最近状态不错。。。 Run ID Submit Time Judge Status Pro.ID Exe.Time Exe.Memory Code Len. Language Author原创 2011-09-14 21:59:00 · 1627 阅读 · 5 评论