自定义博客皮肤VIP专享

*博客头图:

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

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

博客底图:

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

栏目图:

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

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

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

原创 2021-11-27

Dashboard - Codeforces Round #756 (Div. 3) - Codeforces Problem - 1611A - Codeforces 题意:把给定的数字变成偶数,前提条件为找到长度l 然后进行从前往后l长度的翻转。 题解:分为4种情况:1.本身就是偶数2.本身不是偶数但是开头第一个数字为偶数3.本身不是偶数开头第一个数字也不是偶数但中间有偶数4.从头到尾每一个数字都为奇数。 #include <bits/stdc++.h> using namespa

2021-11-27 22:38:14 88

原创 2021-11-22 (atcoder)

AtCoder Beginner Contest 228 A - On and Off 题意:输入a b c,问c是否在a到b的时间段内。 #include<bits/stdc++.h> using namespace std; typedef long long ll; int main() { ll n,l,r; while(cin>>n>>l>>r) { bool t=0; n*=10;l.

2021-11-23 18:54:26 699

原创 cf #725 A. Stone Game

Problem - A - Codeforces A. Stone Game Polycarp is playing a new computer game. This game has n stones in a row. The stone on the position i has integer power ai. The powers of all stones are distinct. Each turn Polycarp can destroy either stone on the

2021-10-25 11:55:14 126

空空如也

空空如也

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

TA关注的人

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