摘要: 对于A题,因为它的k是有限的,就没必要去管n的范围,只要在[n-1500,n+1500]加入k然后循环一遍就行,当然1500是随便的,想2000也行。 一下为代码: #include<iostream> #include<cmath> #include<cstring> using namespac 阅读全文
posted @ 2020-01-20 09:50 Ean1zhi 阅读(126) 评论(0) 推荐(0) 编辑