摘要: 一开始快排敲错两次 1 program hehe; 2 var 3 t,n,m,i,j,k:longint; 4 c:array[0..1000000] of longint; 5 pre,next,a,x:array[0..50005] of longint; 6 ans,p,z,y:ar... 阅读全文
posted @ 2015-06-18 19:02 ChenThree 阅读(129) 评论(0) 推荐(0) 编辑
摘要: 1 program hehe; 2 type 3 shu=record 4 l,r,w,h,y,s:longint; 5 end; 6 var 7 n,i,j,k,t,ans,root,size:longint; 8 x:array[0..100000] of shu; 9 10 ... 阅读全文
posted @ 2015-06-18 18:10 ChenThree 阅读(116) 评论(0) 推荐(0) 编辑
摘要: 1 #include 2 #include 3 #include 4 #include 5 #include 6 #include 7 #include 8 #include 9 #include 10 #include 11 #include 12 #define rep(i,... 阅读全文
posted @ 2015-06-18 10:22 ChenThree 阅读(168) 评论(0) 推荐(0) 编辑