摘要:
先上题目:Gaussian PrimeTime Limit:3 Seconds Memory Limit:65536 KBIn number theory, a Gaussian integer is a complex number whose real and imaginary part are both integers. The Gaussian integers, with ordinary addition and multiplication of complex numbers, form an integral domain, usually written asZ[i]. 阅读全文
摘要:
自己总结的模板,需要根据具体情况添加或者修改一部分操作。 1 #include 2 #include 3 #define max(x,y) (x > y ? x : y) //判断区间最值的操作符 4 #define INF (1mid){ 56 //当前子树的右子树中包含查询范围的一部分 57 e=query(l,r,p*2+1); 58 ans=max(ans,e); 59 } 60 return ans; 61 } 62 63 /** 64 * 将一个区间每一个元素的值更新为同一个新值,同时更... 阅读全文