AtCoder Regular Contest 089 D – Checker 思维题、点的转移、二维前缀和

D - Checker 思维题、点的转移、二维前缀和 My Solution 题意:用k*k的黑白正方形交替填充二维坐标平…

  • ACM-ICPC题解
  • 2018/2/1
  • 189
  • Codeforces Round #353 (Div. 2) B. Restoring Painting __ map or set 、思维题

    B. Restoring Painting map or set 、思维题 My Solution 自己画一个3*3的方格图, 然后标上 a…

  • ACM-ICPC题解技巧题
  • 2017/7/24
  • 143
  • Gym – 101173F Free Figurines 思维题+并查集

    Problem F: Free Figurines 并查集 Source Central Europe Regional Contest 2016      Zagreb, Novem…

  • ACM-ICPC题解数据结构
  • 2017/7/21
  • 179
  • UESTC 1297 Bank 思维题

    Bank 思维题 Source 第十四届电子科技大学程序设计竞赛暨西南地区高校邀请赛 Contest Preliminary…

  • ACM-ICPC题解技巧题
  • 2017/7/19
  • 150
  • UESTC 1019 SSRaligun酱的魔法符文 用记忆实际区间最左min1最右max1来减小时间复

    用记忆实际区间最左min1最右max1,来减小时间复杂度    但注意min1要初始化为里面可能的最大值或比最…

  • ACM-ICPC题解技巧题
  • 2017/7/19
  • 153
  • 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
  • 125
  • ACM-ICPC国际大学生程序设计竞赛北京赛区(2016)网络赛 C.A Simple Job 字符串处理

     A Simple Job 字符串处理 Source https://hihocoder.com/contest/acmicpc2016beijingonline/proble…

  • ACM-ICPC题解技巧题
  • 2016/9/24
  • 122
  • UESTC 2016 Summer Training #4 Div.2 B – ฅ(*`ω´*)ฅ 有趣的思维题

    B - ฅ(*`ω´*)ฅ 有趣的思维题 Source http://acm.hust.edu.cn/vjudge/contest/122043#problem/B…

  • ACM-ICPC题解技巧题
  • 2016/7/27
  • 141
  • UVALive 5963 Confusion in the Problem Set 思维题、Interesting

    UVALive 5963 Confusion in the Problem Set 思维题、Interesting source UESTC 2016 Summer Training…

  • ACM-ICPC题解技巧题
  • 2016/7/22
  • 132
  • Codeforces Round #353 (Div. 2) A. Infinite Sequence 思维题

    A. Infinite Sequence 思维题 Source A. Infinite Sequence   My Solution 被cha了,(┬_┬), …

  • ACM-ICPC题解
  • 2016/5/17
  • 135