发表评论取消回复
相关阅读
相关 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 #572 (Div. 2)B
B. Number Circle 题目链接:[http://codeforces.com/contest/1189/problem/B][http_codeforces.
相关 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
相关 814B - An express train to reveries ——暴力枚举
Think: 1题意:输入两个序列,判断原始序列,原始序列与输入的两个序列最多只有1个对应元素不相等,且原始序列不会出现重复元素,序列长度2 ≤ n ≤ 1 000,元素范
相关 Codeforces Round #418 (Div. 2) problem B. An express train to reveries
[B. An express train to reveries][] time limit per test 1 second memory limit per tes
相关 Codeforces Round #418 (Div. 2) problem A. An abandoned sentiment from past
[A. An abandoned sentiment from past][] time limit per test 1 second memory limit per
相关 (暴力+全排列)-CodeForces 814B-An express train to reveries
(暴力+全排列)-CodeForces 814B-An express train to reveries -------------------- 题目
相关 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
还没有评论,来说两句吧...