发表评论取消回复
相关阅读
相关 Codeforces Round #828 (Div. 3) E1 E2
[Problem - E1 - Codeforces][] [Problem - E2 - Codeforces][] 题意: 给定a,b,c,d,其中 a<x<=c,b
相关 Codeforces Round #721 (Div. 2)
[链接][Link 1] Palindrome Game (easy version思维 大意 思路 code1 code2 大意 给定
相关 Codeforces Round 374 div2
题目链接: [ CodeforcesRound374][CodeforcesRound374] 做了这么久cf了,,c题有时候还是做不起,,真的好菜,,,,
相关 Codeforces Round #401 (Div. 2) (A~E)
[CF \401][CF _401](链接) A题: 枚举一下题意,然后找循环节就可以了。(不找规律会TLE的) 代码: include<bits/stdc++
相关 Codeforces Round #226 (Div. 2) E(矩阵快速幂)
问题描述: Our bear's forest has a checkered field. The checkered field is an n × n table, t
相关 Codeforces Round #226 (Div. 2) 解题报告
Problem A [Bear and Raspberry][] 题意:水题。找前一天减后一天的差值最大。然后大于c就减去c,否则为0. 代码如下: ![Contract
相关 Codeforces Round #554 Div.2 E - Neko and Flashback
欧拉路径 神题啊神题!这道题的突破口就是后两个数组每个元素是一一对应的。 也就是说,对于一个p的排列,b'和c'取得每一个元素的下标在p中都是一样的。 根据b和c数组
相关 Codeforces Round #553 (Div. 2)
A:[http://codeforces.com/contest/1151/problem/A][http_codeforces.com_contest_1151_proble
相关 Codeforces Round #574 (Div. 2) A~E Solution
[A. Drinks Choosing][] 有 $n$ 个人,每个人各有一种最喜欢的饮料,但是买饮料的时候只能同一种的两个两个买(两个一对) 学校只打算卖 $\\left
相关 Codeforces Round #573 (Div. 2)
<table> <thead> <tr> <th>Sloved</th> <th align="center">A</th> <th alig
还没有评论,来说两句吧...