摘要: Codeforces 1166C A Tale of Two Lands 【绝对值问题】给定一个数列,求其中满足$min{|x+y|,|x-y|} \leq min{|x|,|y|}且max{|x|,|y|} \leq max{|x+y|,|x-y|}$的数对$(x,y)$个数。 $x,y$的符号都 阅读全文
posted @ 2019-01-31 16:56 行而上 阅读(245) 评论(1) 推荐(1)