发表评论取消回复
相关阅读
相关 Codeforces Round #573 (Div. 2).A
A - Tokitsukaze and Enhancement 题目链接:[http://codeforces.com/contest/1191/problem/A][h
相关 Codeforces Round #572 (Div. 2) A.
A. Keanu Reeves 题目链接:[http://codeforces.com/contest/1189/problem/A][http_codeforces.c
相关 Codeforces Round #743 (Div. 2) B. Swaps 思维
题目地址[Codeforces Round \743 (Div. 2) B. Swaps][Codeforces Round _743 _Div. 2_ B. Swaps]
相关 Codeforces Round #402 (Div. 2) (A-D)
[CF \402 div2][CF _402 div2] A题: 数学。具体看代码吧。很容易明白的。 include<bits/stdc++.h> usi
相关 Codeforces Round #401 (Div. 2) (A~E)
[CF \401][CF _401](链接) A题: 枚举一下题意,然后找循环节就可以了。(不找规律会TLE的) 代码: include<bits/stdc++
相关 Codeforces Round #376A (div2)
Night at the Museum 题意: 有一个转盘,26个英文字母均匀分布在转盘边缘,转针初始位置在字母a,每次只能转动到相邻的字母,然后输入一个由26个字母组
相关 Codeforces Round #411 (Div. 1)(A~D)题解
题目链接: [\411 (Div. 1)][411 _Div. 1] 差点翻船。 题解: A. 这个推导一下,找一下规律就可以了。答案是:ans=(n
相关 Codeforces Round #556 (Div. 2) A题
题面很简单,思路就是简单贪心,si数组是贮存购买数组,bi数组是贮存出售数组,题面是给你r的货币,让你通过出售和购买来获取最大价值,第一种算法是通过找出bi数组最大值,和si数
相关 Codeforces Round #672 (Div. 2) 1420A 【思维】 题解
前言 > 欢迎大家访问林深时不见鹿的博客,本博客致力于最通俗易懂的题解,如有不足, 还请多多指教。 目录 前言
相关 Codeforces Round #643 (Div. 2) Sequence with Digits【思维】 题解
目录 1.题目 2.题意 3.思路 4.代码 1.题目 Le
还没有评论,来说两句吧...