发表评论取消回复
相关阅读
相关 Codeforces Global Round 8 B. Codeforces Subsequences
[题目链接][Link 1] 思路:最少的字符数量,必然是利用组合数进行乘法运算。codeforces一共10个字符,当每个字符都增加一个的话,有2^10种选择,同理,每个字
相关 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 472-2A题解报告
Overlooking the captivating blend of myriads of vernal hues, Arkady the painter lays out
相关 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 Round \#479 (Div. 3)(题解)
A. Wrong Subtraction 题意:给出一个数字n,然后进行k次操作,每次在n的个位上减1,如果个位是0的话,去掉这一位,继续操作,输出最后结果
相关 Codeforces Round #565 (Div. 3) ( A B C)解题报告
[A. Divide it!][A. Divide it] 题意:给你一个n,如果n可以被2整除,乘上1/2; 如果n可以被3整除,乘上2/3;如果n可以被5整除,乘上4/5
还没有评论,来说两句吧...