Hi!请登陆

第八届ACM趣味程序设计竞赛第三场(正式赛)官方题解

第八届ACM趣味程序设计竞赛第三场(正式赛)   A - 渐变字符串 (UESTC 1510 渐变字符串) Source…

  • ACM-ICPC竞赛经历分享ACM-ICPC题解
  • 2016/12/11
  • 252
  • 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
  • 158
  • 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
  • 166
  • UESTC 653 扫雷 模拟

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

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

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

  • ACM-ICPC题解数学题
  • 2016/11/28
  • 142
  • 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
  • 194
  • UESTC 1384 卿大爷的多个女友 后缀数组、最长连续重复子串

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

  • ACM-ICPC题解字符串题
  • 2016/11/22
  • 177
  • 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
  • 163
  • 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
  • 178
  • 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
  • 165