发表评论取消回复
相关阅读
相关 CodeForces 552A-Vanya and Table【模拟】
A. Vanya and Table time limit per test 2 seconds memory limit per test 256 megabytes
相关 CodeForces 526A-King of Thieves
A. King of Thieves time limit per test 1 second memory limit per test 256 megabytes
相关 5.36(Geometry:area of a regular polygon)
问题及代码: package first; import java.util.Scanner;
相关 【贪心+二分查找】Office Keys CodeForces - 830A
Think: 1知识点:贪心+二分查找 2题意:n个人初始出发位置,m把钥匙放置位置,办公室位置p,询问在所有人取到钥匙之后到达办公室的最短时间 3反思: 1>
相关 (贪心+区间排序)CodeForces 813A-The Contest
(贪心+区间排序)CodeForces 813A-The Contest -------------------- 题目链接:[A. The Contes
相关 简单贪心-CodeForces 808C-Tea Party
简单贪心-CodeForces 808C-Tea Party -------------------- 题目链接:[C. Tea Party][] 思路:
相关 (简单贪心)CodeForces 994B-Knights of a Polygonal Table
(简单贪心)CodeForces 994B-Knights of a Polygonal Table -------------------- 题
相关 CodeForces-1113A Sasha and His Trip(贪心)
Problem Description: Sasha is a very happy guy, that's why he is always on the move. Th
相关 Codeforces 864D - Make a Permutation! (贪心)
题意:给一个n,然后给出n个范围在1到n之间的数,问最少改变几个数字才能得到一个完整的从1到n的序列,然后输出这个序列并保证这个序列的字典序最小。 分析:改变个数就是
相关 CodeForces - 1409 - Decrease the Sum of Digits - 【 贪心+数学 】题解
目录 1.题目 2.思路 3.AC代码 1.题目 You are given a p
还没有评论,来说两句吧...