UESTC 1299 Date 预处理、打表、找周期、前缀和

Date 预处理、打表、找周期、前缀和 Source The 14th UESTC Programming Contest Preliminary…

  • ACM-ICPC题解数据结构
  • 2017/8/7
  • 129
  • Codeforces Round #376 (Div. 2) F. Video Cards 数论+数据结构+前缀和

    F. Video Cards 数论+数据结构+前缀和 My Solution //这题虽然是F题,但属于Div.2 D题难道,所以归…

  • ACM-ICPC题解数据结构
  • 2017/7/18
  • 135
  • POJ – 3415 Common Substrings 后缀数组+单调栈+前缀和

    Common Substrings 后缀数组+单调栈+前缀和  Source POJ - 3415 My Solution 题意:给出两个字符串,…

  • ACM-ICPC题解字符串题
  • 2017/2/16
  • 126
  • Gym – 101102J J. Divisible Numbers 位运算+优化+前缀和

    J. Divisible Numbers 位运算+优化+前缀和 Source 2016 ACM Amman Collegiate Programming Contest…

  • ACM-ICPC题解技巧题
  • 2017/1/14
  • 143
  • UESTC 1269 ZhangYu Speech 预处理、前缀和

    ZhangYu Speech 预处理、前缀和 Source 第七届ACM趣味程序设计竞赛第四场(正式赛)B My Solutio…

  • ACM-ICPC题解技巧题
  • 2016/4/4
  • 126
  • The 14th UESTC Programming Contest Final B – Banana Watch 预处理、前缀和

    B - Banana Watch 预处理、前缀和 My Solution 用sum[i]表示1~i的和,然后,从1 ~ maxn 查找,第…

  • ACM-ICPC题解技巧题
  • 2016/4/3
  • 129
  • UESTC 1256 昊昊喜欢运动 n^2的预处理 or 前缀和

                昊昊爱运动 n^2的预处理 or 前缀和 Source 第七届ACM趣味程序设计竞赛第二场(正式…

  • ACM-ICPC题解技巧题
  • 2015/12/5
  • 123