摘要: A - Sum of Odd Integers 前N个奇数和为N^2,所以说,当N小于K^2时即为不满足条件。再判断一下特殊情况就行。 #include<bits/stdc++.h> using namespace std; int t ; int main(){ scanf("%d",&t); w 阅读全文
posted @ 2020-06-13 14:55 Leviathan_Sei 阅读(180) 评论(0) 推荐(0)