Codeforces
JdiLfc
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
2020-11-14 codeforces总结(A-C题)
文章目录总结:A. Special PermutationB. Unique Bid AuctionC. Sequence Transformation 总结: 一定要看题目给的数的范围 A. Special Permutation You are given one integer n (n>1). Recall that a permutation of length n is an array consisting of n distinct integers from 1 to n in ar原创 2020-11-25 15:57:25 · 1238 阅读 · 0 评论 -
Codeforces Round #682 (Div. 2)总结
A. Specific Tastes of Andre 这个挺简单的,就输出1就行了 #include<bits/stdc++.h> using namespace std; int main() { int t; cin>>t; int a[10001]; while(t--) { int n; cin>>n; for(int i=0;i<n;i++) {原创 2020-11-14 13:48:08 · 402 阅读 · 0 评论
分享