Gym – 101102C C. Bored Judge 线段树+贪心+反向推

C. Bored Judge 线段树+贪心+反向推 Source 2016 ACM Amman Collegiate Programming Contest UESTC…

  • ACM-ICPC题解数据结构
  • 2017/1/14
  • 156
  • Codecraft-17 and Codeforces Round #391 (Div. 1 + Div. 2, combined) B. Bash’s Big Day 数论+贪心

    B. Bash's Big Day 数论+贪心 My Solution 题意:给出n个数,选出尽可能多的数,使这些数的gcd不是1…

  • ACM-ICPC题解数学题
  • 2017/1/14
  • 134
  • Codeforces Round #385 (Div. 2) C. Hongcow Builds A Nation 并查集+贪心+组合学、图论、dfs

    C. Hongcow Builds A Nation 并查集+贪心+组合学、图论、dfs My Solution 题意:有n个点(其中有k个…

  • ACM-ICPC题解图论
  • 2017/1/10
  • 201
  • Codeforces Round #380 (Div. 2) D. Sea Battle 贪心+构造

    D. Sea Battle 贪心+构造 Source Codeforces Round #380 (Div. 2, Rated, Based on Technocup 2017…

  • ACM-ICPC题解贪心
  • 2016/11/20
  • 131
  • Codeforces Round #380 (Div. 2) C. Road to Cinema 预处理+二重二分法+贪心

    C. Road to Cinema 预处理+二重二分法+贪心 Source Codeforces Round #380 (Div. 2, Rated, Based …

  • ACM-ICPC题解二分法
  • 2016/11/20
  • 147
  • Codeforces Round #379 (Div. 2) C. Anton and Making Potions 前缀最小值+贪心+二分搜索

    C. Anton and Making Potions 前缀最小值+贪心+二分搜索 Source Codeforces Round #379 (Div. 2) &…

  • ACM-ICPC题解二分法
  • 2016/11/16
  • 143
  • Codeforces Round #377 (Div. 2) D. Exams 二分+贪心 or 纯贪心水过

    D. Exams 二分+贪心 or 纯贪心水过 Source Codeforces Round #377 (Div. 2)   My Solution &n…

  • ACM-ICPC题解二分法贪心
  • 2016/11/15
  • 117
  • Codeforces Round #378 (Div. 2) C. Epidemic in Monstropolis 贪心+构造

    C. Epidemic in Monstropolis 贪心+构造 Source Codeforces Round #378 (Div. 2)   My Soluti…

  • ACM-ICPC题解贪心
  • 2016/11/13
  • 116
  • Codeforces Round #376 (Div. 2) C. Socks 并查集+贪心、图论

    C. Socks 并查集+贪心、图论 Source Codeforces Round #376 (Div. 2)   My Solution 并查集+…

  • ACM-ICPC题解图论
  • 2016/10/22
  • 146
  • Codeforces Round #375 (Div. 2) C. Polycarp at the Radio 贪心+排序

    C. Polycarp at the Radio 贪心+排序 Source Codeforces Round #375 (Div. 2)   My Solution …

  • ACM-ICPC题解贪心
  • 2016/10/16
  • 175