2018-2019 ACM-ICPC, China Multi-Provincial Collegiate Programming Contest https://vjudge.net/problem/Gym-102222A 只要按照题目给的步骤进行,而且题目给的代码,不要去去改,否则会错。一开始用 ...
分类:
其他好文 时间:
2019-12-11 19:47:24
阅读次数:
100
#include<iostream> using namespace std; const int MAX=2e5+10; int cnt[MAX]; int ans[MAX]; int a[MAX]; int main() { int n,m,zero=0,one=0; cin>>n>>m; fo ...
分类:
其他好文 时间:
2019-12-07 14:25:29
阅读次数:
93
存放一些需要补的题目 "2014 ACM ICPC Vietnam National First Round, F" 数据结构 "2014 ACM ICPC Vietnam National First Round, G" 抠关键点跑最短路 "XVIII Open Cup named after E ...
分类:
其他好文 时间:
2019-12-07 11:02:23
阅读次数:
103
"Contest Link" easy: ABDGIJ medium easy: E medium: H medium hard: CF A. Cool number 各数位之和不大,枚举即可。 E. Binary Search Tree 考虑 DP,$f[u]$ 表示以 $u$ 为根,极大合法连通 ...
分类:
其他好文 时间:
2019-12-07 10:55:11
阅读次数:
88
题目链接:https://ac.nowcoder.com/acm/contest/2720/D 题意:对于 ax = by = c ,给出 x, y 求符合条件的 a, b, c 且 c 为最小的解,不满足条件输出 -1。 idea:容易看出 c 为x, y 的最小公倍数。设最小公倍数为 s ,所以 ...
分类:
其他好文 时间:
2019-12-04 23:34:58
阅读次数:
163
题目链接: "http://acm.hdu.edu.cn/showproblem.php?pid=4804" 题目大意 给你一个 $n \times m$ 的矩形区域。你需要用 $1 \times 1$ 和 $1 \times 2$ 的砖块铺满这个区域,且满足如下要求: 1. 所有的砖块可以竖着放或 ...
分类:
其他好文 时间:
2019-11-30 13:22:36
阅读次数:
107
题目链接: "HDU 2512" Problem Description 因为长期钻研算法, 无暇顾及个人问题,BUAA ACM/ICPC 训练小组的帅哥们大部分都是单身。某天,他们在机房商量一个绝妙的计划"一卡通大冒险"。这个计划是由wf最先提出来的,计划的内容是,把自己的联系方式写在校园一卡通的 ...
分类:
其他好文 时间:
2019-11-17 23:40:54
阅读次数:
110
A. Hard to prepare After Incident, a feast is usually held in Hakurei Shrine. This time Reimu asked Kokoro to deliver a Nogaku show during the feast. ...
分类:
其他好文 时间:
2019-11-10 19:42:58
阅读次数:
122
Problem Description Ignatius has just come back school from the 30th ACM/ICPC. Now he has a lot of homework to do. Every teacher gives him a deadline ...
分类:
其他好文 时间:
2019-11-09 21:43:23
阅读次数:
113
ACM ICPC 2018 徐州赛区网络预赛 J. Maze Designer J. Maze Designer After the long vacation, the maze designer master has to do his job. A tour company gives him ...
分类:
其他好文 时间:
2019-11-01 18:06:23
阅读次数:
74