Codeforces Round #340 (Div. 2) B. Chocolate 组合学、简单题

B. Chocolate 组合学、简单题 Source Codeforces Round #340 (Div. 2)   My Solution 0 1 0 1 …

  • ACM-ICPC题解数学题
  • 2016/12/11
  • 198
  • Summer Training Team Selection (1) Problem D Hidden Password STL,字符串匹配,简单题

    Problem D Hidden Password STL,字符串匹配,简单题 Source 2016 UESTC ACM Summer Training Team Sele…

  • ACM-ICPC题解技巧题
  • 2016/12/11
  • 206
  • UESTC 653 扫雷 模拟

    扫雷 模拟 Source UESTC 653 (CDOJ 653) My Solution 建ch[maxn][maxn]放字符分布图,ci[maxn][…

  • ACM-ICPC题解模拟题
  • 2016/12/11
  • 197
  • UESTC 764 失落的圣诞节 直接or线段树orRMQ

    失落的圣诞节 线段树orRMQ Source UESTC 764 (CDOJ 764) My Solution 首先是有组合void的,分成…

  • ACM-ICPC题解数据结构
  • 2016/12/11
  • 233
  • Codeforces Round #382 (Div. 2) C. Tennis Championship 递推、斐波拉契数列

    C. Tennis Championship 递推、斐波拉契数列 Source Codeforces Round #382 (Div. 2)   My So…

  • ACM-ICPC题解数学题
  • 2016/11/28
  • 175
  • Codeforces Round #381 (Div. 2) D. Alyona and a tree dfs+二分+线段树延迟操作、树形化线性

    D. Alyona and a tree dfs+二分+线段树延迟操作、树形化线性 Source Codeforces Round #381 (Div. …

  • ACM-ICPC题解数据结构
  • 2016/11/27
  • 234
  • UESTC 1384 卿大爷的多个女友 后缀数组、最长连续重复子串

    卿大爷的多个女友 后缀数组、最长连续重复子串 Source 2016 UESTC Training for Search Algorithm &am…

  • ACM-ICPC题解字符串题
  • 2016/11/22
  • 208
  • 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
  • 204
  • 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
  • 209
  • Codeforces Round #350 (Div. 2) C. Cinema __ sortings, 思维题,many data

    C. Cinema sortings, 思维题,many data Source http://codeforces.com/contest/670/problem/C &nbs…

  • ACM-ICPC题解技巧题
  • 2016/11/20
  • 201