发表评论取消回复
相关阅读
相关 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 #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 #431 (Div. 2) B. Tell Your World(技巧性模拟+精度坑死人系列)
B. Tell Your World time limit per test 1 second memory limit per test 256 megabytes
相关 Codeforces Round #443 (Div. 2) B. Table Tennis(模拟)
B. Table Tennis time limit per test 2 seconds memory limit per test 256 megabytes i
相关 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
相关 B. Tell Your World(计算几何+思维)
题目链接:[http://codeforces.com/contest/849/problem/B][http_codeforces.com_contest_849_probl
相关 Codeforces 849 B Tell Your World
题意:告诉你一个长度为n的序列,每位的值代表的就是(i,num\[i\])这个点,问这些点能不能连成两条平行的直线。 分析:通过暴力枚举num\[1\]-num\[0\
还没有评论,来说两句吧...