发表评论取消回复
相关阅读
相关 Educational Codeforces Round 154 (Rated for Div. 2)
[Dashboard - Educational Codeforces Round 154 (Rated for Div. 2) - Codeforces![icon-
相关 Codeforces Round #573 (Div. 2).A
A - Tokitsukaze and Enhancement 题目链接:[http://codeforces.com/contest/1191/problem/A][h
相关 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 #569 (Div. 2)A. Alex and a Rhombus
A. Alex and a Rhombus 题目链接:[http://codeforces.com/contest/1180/problem/A][http_codefo
相关 Codeforces Round #154 (Div. 2) A. Boys and Girls
题目:http://codeforces.com/problemset/problem/253/A 男女排队,男生多则男生站第一位 vice versa inclu
相关 Codeforces Round #157 (Div. 2) A. Little Elephant and Chess
题目:http://codeforces.com/contest/259/problem/A 判断一个棋盘经过行操作后能否成为一个正常的黑白相间的棋盘 思路:因为不涉及列操
相关 Codeforces Round #556 (Div. 2) A题
题面很简单,思路就是简单贪心,si数组是贮存购买数组,bi数组是贮存出售数组,题面是给你r的货币,让你通过出售和购买来获取最大价值,第一种算法是通过找出bi数组最大值,和si数
还没有评论,来说两句吧...