发表评论取消回复
相关阅读
相关 CodeForces679A
[CodeForces679A][] 也是交互题,这个要稍微难一些. 考虑的过程大概是: \\(1\\)肯定没有问的价值,如果问过\\(2\\),那么除了\\(4\
相关 CodeForces1214A
[CodeForces1214A][] 说起来你们可能不信,这题硬生生卡了我\\(1h\\),我想了背包,扩欧,二分....等等一坨办法.结果最后还是用了\\(bfs\\)
相关 codeforces 700A
codeforces 700A [http://codeforces.com/contest/700/problem/A][http_codeforces.com_con
相关 codeforce 141A
/字符串问题 没AC的人可能是没看清楚题目吧, 先大概说下题目大意: 给你3个字符串,如果第一个串和第二个串组合在一起可以等于第三个串就输出“Y
相关 230 Kth Smallest Element in a BST
public static int kthSmallest(TreeNode root, int k) { Stack<TreeNod
相关 Codeforces 230C Shifts(模拟+展开字符串)
Description You are given a table consisting of n rows and m columns. Each cell of the
相关 230. Kth Smallest Element in a BST
Given a binary search tree, write a function kthSmallest to find the kth smallest elemen
相关 230. Kth Smallest Element in a BST
Given a binary search tree, write a function kthSmallest to find the kth smallest elemen
相关 CodeForces 230A Dragons
题目衔接:[http://codeforces.com/problemset/problem/230/A][http_codeforces.com_problemset_pro
相关 CodeForces 230B T-primes
题目衔接:[http://codeforces.com/problemset/problem/230/B][http_codeforces.com_problemset_pro
还没有评论,来说两句吧...