Loading

摘要: A. Specific Tastes of Andre 题意: 构造一个长度为n数组,使得数组的和能被n整除 思路: 输出数组全为1即可 #include<bits/stdc++.h> using namespace std; const int N = 1e6 + 5; int t, n; int 阅读全文
posted @ 2020-11-25 03:05 WinterFa1L 阅读(139) 评论(0) 推荐(1)