摘要: A //由求和公式(n*(n-1))/2知道当n为偶数就行,我们将每个序号乘以2就满足了 #include <iostream> using namespace std; const int N =210; int t; int n; int main() { cin>>t; while(t--){ 阅读全文
posted @ 2023-05-15 21:09 蝴蝶眨几次眼睛丶 阅读(88) 评论(0) 推荐(0)