发表评论取消回复
相关阅读
相关 Codeforces Round #720 (Div. 2) A. Nastia and Nearly Good Numbers
[Problem - A - Codeforces][] 题意: 给定a,b,定义a\b的倍数为好数,除了好数且是a的倍数的数是接近好数,现在让你构造三个数x,y,z,使x
相关 Codeforces Round #720 (Div. 2) B. Nastia and a Good Array
[Problem - B - Codeforces][] 题意: 给定一个序列,一次操作可以选i,j,x,y使a\[i\]=x,a\[j\]=y,其中满足min(a\[i\
相关 Codeforces Round #572 (Div. 2) A.
A. Keanu Reeves 题目链接:[http://codeforces.com/contest/1189/problem/A][http_codeforces.c
相关 Codeforces Round #402 (Div. 2) (A-D)
[CF \402 div2][CF _402 div2] A题: 数学。具体看代码吧。很容易明白的。 include<bits/stdc++.h> usi
相关 Codeforces Round #401 (Div. 2) (A~E)
[CF \401][CF _401](链接) A题: 枚举一下题意,然后找循环节就可以了。(不找规律会TLE的) 代码: include<bits/stdc++
相关 Codeforces Round #376A (div2)
Night at the Museum 题意: 有一个转盘,26个英文字母均匀分布在转盘边缘,转针初始位置在字母a,每次只能转动到相邻的字母,然后输入一个由26个字母组
相关 Codeforces Round #458 Div.2 C. Travelling Salesman and Special Numbers
一、题目 [http://codeforces.com/contest/914/problem/C][http_codeforces.com_contest_914_pr
相关 CodeForces 110A Nearly Lucky Number
Nearly Lucky Number time limit per test 2 seconds memory limit per test 256 megabyt
相关 Codeforces Round #569 (Div. 2)A. Alex and a Rhombus
A. Alex and a Rhombus 题目链接:[http://codeforces.com/contest/1180/problem/A][http_codefo
相关 Codeforces Round #556 (Div. 2) A题
题面很简单,思路就是简单贪心,si数组是贮存购买数组,bi数组是贮存出售数组,题面是给你r的货币,让你通过出售和购买来获取最大价值,第一种算法是通过找出bi数组最大值,和si数
还没有评论,来说两句吧...