qingdao专题

hdu--5878(hdu 5878 I Count Two Three (2016 ACM/ICPC Asia Regional Qingdao Online 1001))

题目大意:一种数=2^a*3^b*5^c*7^d,给你一个数n让你找出第一个不小于n的满足上式的数 思路:打表+二分 ac代码: #include <iostream> #include <cstdio> #include <cstring> #include <math.h> #include <algorithm> using namespace std; long long a[200

P9889 [ICPC2018 Qingdao R] Plants vs. Zombies 题解 二分+贪心

[ICPC2018 Qingdao R] Plants vs. Zombies 传送门 题面翻译 给定 n n n 个植物和 m m m 的步数限制,每个植物在位置 1 … n 1\dots n 1…n 上。你初始时在位置 0 0 0,每次可以移动到相邻的位置上。 每次设你走完一步后到达的位置是 i i i,则会使得这个位置的植物的高度增加 a i a_i ai​。设 d i

Problem A. I Count Two Three(The 2016 ACM-ICPC Asia Qingdao Regional Contest, Online)

Problem A. I Count Two Three(点击转到) Time limit: 1s Color of balloons: 32768K I will show you the most popular board game in the Shanghai Ingress Resistance Team. It all started several months ago. We f

ACM-ICPC 2017 Asia Qingdao (现场赛)

ACM-ICPC 2017 Asia Qingdao  常见问题 题目列表排名:-问答  A. Battle in Two Pairs of Heroes 题库链接 通过率: 33.33 %通过人数: 1  B. Chenchen, Tangtang and ZengZeng 题库链接 通过率: 97.3 %通过人数: 36  C. Collecting Cents 题库链接 通过率: 0

The 2018 ACM-ICPC Asia Qingdao Regional Contest, Online A,K,C

K XOR Clique BaoBao has a sequence a​1​​,a​2​​,...,a​n​​. He would like to find a subset S of {1,2,...,n} such that ∀i,j∈S, a​i​​⊕a​j​​<min(a​i​​,a​j​​) and ∣S∣ is maximum, where ⊕ means bitwise excl