发表评论取消回复
相关阅读
相关 Codeforces Round #663 (Div. 2) B题
[题目链接][Link 1] include <cstdio> include <iostream> using namespace std
相关 Codeforces Round #663 (Div. 2) A题
[题目链接][Link 1] 这是一道简单题,我当时构造了一种剩余最大,剩余最小,轮番输出的方式,来实现了题目中的要求。 实际上好像还有更简单的方式,直接从大到小输出,或者
相关 Codeforces Round #729 (Div. 2) c题
[https://codeforces.com/contest/1542/problem/C][https_codeforces.com_contest_1542_proble
相关 Codeforces Round #728 (Div. 2)a-c
https://codeforc.es/contest/1541 cf a b c a 给定一个数n,1 2 3 4 … n
相关 Codeforces Round 374 div2
题目链接: [ CodeforcesRound374][CodeforcesRound374] 做了这么久cf了,,c题有时候还是做不起,,真的好菜,,,,
相关 Codeforces Round #118 (Div. 2) C. Plant
Dwarfs have planted a very interesting plant, which is a triangle directed "upwards". Th
相关 Codeforces Round #556 (Div. 2) A题
题面很简单,思路就是简单贪心,si数组是贮存购买数组,bi数组是贮存出售数组,题面是给你r的货币,让你通过出售和购买来获取最大价值,第一种算法是通过找出bi数组最大值,和si数
相关 Codeforces Round #556 (Div. 2) A题
题面很简单,思路就是简单贪心,si数组是贮存购买数组,bi数组是贮存出售数组,题面是给你r的货币,让你通过出售和购买来获取最大价值,第一种算法是通过找出bi数组最大值,和si数
相关 Codeforces Round #553 (Div. 2)
A:[http://codeforces.com/contest/1151/problem/A][http_codeforces.com_contest_1151_proble
相关 Codeforces Round #573 (Div. 2)
<table> <thead> <tr> <th>Sloved</th> <th align="center">A</th> <th alig
还没有评论,来说两句吧...