Codeforces Round #365 (Div. 2) C. Chris and Road 实数级的二分法、几何

C. Chris and Road 实数级的二分法、几何 Source Codeforces Round #365 (Div. 2)   My Solut…

  • ACM-ICPC题解二分法
  • 2016/9/16
  • 139
  • Codeforces Round #371 (Div. 2) D. Searching Rectangles 平面矩形二分法、交互题

    D. Searching Rectangles 平面矩形二分法、交互题 Source Codeforces Round #371 (Div. 2) My Sol…

  • ACM-ICPC题解二分法交互题
  • 2016/9/16
  • 131
  • Codeforces Round #371 (Div. 2) A. Meeting of Old Friends 数学、A题第三次被系统hack了 (┬_┬)、集合交集

    A. Meeting of Old Friends 数学、A题第三次被系统hack了 Source Codeforces Round #371 (Div. 2) …

  • ACM-ICPC题解数学题
  • 2016/9/15
  • 140
  • UESTC 1050 Different game 构造法

    Different game 构造法 Source The 13th UESTC Programming Contest Final My Solution 把第 i …

  • ACM-ICPC题解技巧题
  • 2016/9/14
  • 161
  • 2016 ACM/ICPC Asia Regional Dalian Online 1010 Weak Pair 离散化+树状数组

    Weak Pair 离散化+树状数组 Source 2016 ACM/ICPC Asia Regional Dalian Online My Solution      …

  • ACM-ICPC题解数据结构
  • 2016/9/10
  • 142
  • Codeforces Round #367 (Div. 2) D. Vasiliy’s Multiset 二进制树、Trie

    D. Vasiliy's Multiset 二进制树、Trie Source Codeforces Round #367 (Div. 2)   My Solutio…

  • ACM-ICPC题解数据结构
  • 2016/9/8
  • 118
  • Codeforces Round #369 (Div. 2) C. Coloring Trees 数位dp,好题

    C. Coloring Trees 数位dp,好题 Source Codeforces Round #369 (Div. 2)   My Solution 数位…

  • ACM-ICPC题解dp
  • 2016/9/6
  • 139
  • Codeforces Round #369 (Div. 2) B. Chris and Magic Square 数学、幻方

    B. Chris and Magic Square 数学、幻方 Source Codeforces Round #369 (Div. 2)   My Solutio…

  • ACM-ICPC题解技巧题
  • 2016/9/6
  • 147
  • Codeforces Round #369 (Div. 2) D. Directed Roads 图论、组合学、二重dfs、并查集形式的图、Interesting、好题

    D. Directed Roads 图论、组合学、二重dfs、并查集形式的图、Interesting、好题 Source Codeforces …

  • ACM-ICPC题解图论
  • 2016/9/6
  • 141
  • Codeforces Round #340 (Div. 2) C. Watering Flowers 计算几何、圆和点

    C. Watering Flowers 计算几何、圆和点 Source Codeforces Round #340 (Div. 2) My Solution O(n)…

  • ACM-ICPC题解计算几何
  • 2016/9/1
  • 156