自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(4)
  • 收藏
  • 关注

原创 AtCoder Regular Contest 135 A

Problem Statement There is an integerXXwritten on a blackboard. You can do the operation below any number of times (possibly zero). Choose an integerxxwritten on the blackboard. Erase onexxfrom the blackboard and write two new integers\lfloor \fr...

2022-04-05 21:10:08 202

原创 【无标题】AtCoder Beginner Contest 2248 Puzzle on Graph

Takahashi found a puzzle along some road. It is composed of an undirected graph with nine vertices andMMedges, and eight pieces. The nine vertices of the graph are called Vertex11, Vertex22,\ldots…, Vertex99. For eachi = 1, 2, \ldots, Mi=1,2,…,M...

2022-03-30 20:35:06 315

原创 C. Shinju and the Lost Permutation

首先有一件事可以确定,他给的数列里有且只有一个1,因为1-n的排列只有最大数开头才会是1, 其次,我们从1开始检测他的正确性,(因为这个是绝对没问题的)后面的数可以涨也可以减少,但是上坡路,只能一步一步走,下坡路却可以一下走一大截,就像学习一样,如果一步超过一格则输出No,其他的都是输出Yes。 #include<bits/stdc++.h> #define int long long using namespace std; int _,n,m,t,x,y,z,k=-1,...

2022-03-29 21:06:43 184

原创 Codeforces Round #779.B. Marin and Anti-coprime Permutation

Marin wants you to count number of permutations that arebeautiful. Abeautifulpermutation of lengthnnis a permutation that has the following property: gcd(1⋅p1,2⋅p2,…,n⋅pn)>1,gcd(1⋅p1,2⋅p2,…,n⋅pn)>1, wheregcdgcdis thegreatest common divisor....

2022-03-29 20:19:44 578

空空如也

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除