摘要: 622A - Infinite Sequence 20171123 暴力枚举\(n\)在哪个区间即可,时间复杂度为\(O(\sqrt{n})\) #include<stdlib.h> #include<stdio.h> #include<math.h> #include<cstring> #incl 阅读全文
posted @ 2018-09-19 14:12 DeaphetS 阅读(145) 评论(0) 推荐(0) 编辑
摘要: 620A - Professor GukiZ's Robot 20171122 \(ans=max(\left | x2-x1 \right |,\left | y2-y1 \right |)\) #include<stdlib.h> #include<stdio.h> #include<math. 阅读全文
posted @ 2018-09-19 12:41 DeaphetS 阅读(217) 评论(0) 推荐(0) 编辑