2020年第四届海淀区智慧杯C++组参考代码
T1
#include <bits/stdc++.h>
using namespace std;
const int maxN = 100000 + 5;
int a[maxN];
int main()
{
freopen("carpet.in", "r", stdin);
freopen("carpet.out", "w", stdout);
int n;
cin >> n;
for(int i = 0; i < n; i++)
原创
2020-09-23 18:27:04 ·
1325 阅读 ·
0 评论