发表评论取消回复
相关阅读
相关 Codeforces 191B(贪心)
问题描述: In the capital city of Berland, Bertown, demonstrations are against the recent el
相关 Codeforces Round 473-2B题解报告
题目 [http://codeforces.com/contest/959/problem/B][http_codeforces.com_contest_959_prob
相关 Codeforces Round 472-2B题解报告
There is a rectangular grid of n rows of m initially-white cells each. Arkady performed
相关 Codeforces Round 471-2B题解报告
Let’s call a string adorable if its letters can be realigned in such a way that they for
相关 Codeforces 965B 题解报告
一、题目 [http://codeforces.com/contest/965/problem/B][http_codeforces.com_contest_965_pr
相关 Codeforces 964B题解报告
一、题目 [http://codeforces.com/contest/964/problem/B][http_codeforces.com_contest_964_pr
相关 Codeforces 980B 题解报告
一、题目 [http://codeforces.com/contest/980/problem/B][http_codeforces.com_contest_980_pr
相关 codeforces 158B Taxi(贪心)
[题目链接][Link 1] 题目大意:有n组小学生想要搭乘出租车,每辆出租车最多能坐4个小学生,每组小学生必须坐同一辆出租车,问至少需要多少辆出租车? 分析:要想出租车的
相关 codeforces1151B题解(异或的性质)
输入n行,m列。从每一行取一个值,使他们的异或和>0,输出TAK和n个满足条件的每一行的列数,如果不能构成,输出NIE。 / Created by hao
相关 codeforces1143B题解(贪心)
给出n,求1到n每个数字的每一位乘积的最大值 / Created by hao on 2019/4/14. 给出n,求1到n每个数字的每一位乘
还没有评论,来说两句吧...