发表评论取消回复
相关阅读
相关 Codeforces Round #651 (Div. 2) B. GCD Problem
[Problem - 1617B - Codeforces][] 题意: 给定一个n,让你构造a,b,c,满足 a+b+c=n,且gcd(a,b)=c 思路: 设 c
相关 Codeforces Round #429 (Div. 2) B. Godsend
[Problem - B - Codeforces][] 题意: 给定一个数列,先手可以remove一段区间和为奇数的区间,后手可以remove一段区间和为偶数的区间,问你
相关 Codeforces Round #572 (Div. 2)B
B. Number Circle 题目链接:[http://codeforces.com/contest/1189/problem/B][http_codeforces.
相关 Codeforces Round #620 (Div. 2):B. Longest Palindrome
Discription Returning back to problem solving, Gildong is now studying about palindrom
相关 Codeforces Round #688 (Div. 2) A,B
A Cancel the Trains [传送门][Link 1] 题目大意 有 100 个从下向上的火车道,100 个从左向右的火车道,如图所示 ![车
相关 Codeforces Round #663 (Div. 2) B题
[题目链接][Link 1] include <cstdio> include <iostream> using namespace std
相关 Codeforces Round #743 (Div. 2) B. Swaps 思维
题目地址[Codeforces Round \743 (Div. 2) B. Swaps][Codeforces Round _743 _Div. 2_ B. Swaps]
相关 Codeforces Round #551 (Div. 2) (A,B,C)
一开始做出来两道题,提交第三题一直wa,就在这个时候A题突然被人hack了,啊啊啊~我是猪吗?!A题也能错! 刚刚看A题的时候,才发现怎么代码里还有一个n--,什么鬼?!一定
相关 Codeforces Round #541 (Div. 2) B.Draw!
链接:https://codeforces.com/contest/1131/problem/B 题意: 给n次足球比分,求存在平局的机会。 思路: 结构体
相关 Codeforces Round #568 (Div. 2)B
B. Email from Polycarp 题目链接:[http://codeforces.com/contest/1185/problem/B][http_codef
还没有评论,来说两句吧...