- 博客(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关注的人