摘要:
http://blog.csdn.net/creationaugust/article/details/48052329 pascal用起来好心塞。。longint竟然才等于C++的int。。。 1 uses Math; 2 3 function gcd(a,b:qword): qword; 4 b 阅读全文
posted @ 2017-01-30 21:26
KingSann
阅读(142)
评论(0)
推荐(0)
摘要:
前缀和+差分 一段区间内的t数组和=0 <=> b为这一段区间的中位数 1 #include <iostream> 2 #include <algorithm> 3 #include <cstdio> 4 #include <cstring> 5 #include <cstdlib> 6 using 阅读全文
posted @ 2017-01-30 10:53
KingSann
阅读(125)
评论(0)
推荐(0)