Codeforces Good Bye 2017 B. New Year and Buggy Bot 枚举全排列、模拟

B. New Year and Buggy Bot 枚举全排列、模拟 My Solution 题意:给出一张地图,有一个出口和入口,…

  • ACM-ICPC题解模拟题
  • 2018/1/14
  • 183
  • Codeforces Round #444 (Div. 2) C. Solution for Cube 枚举、模拟、魔方

    C. Solution for Cube 枚举、模拟、魔方 My Solution 题意:给出一个2*2*2的魔方的一个状态,问能不…

  • ACM-ICPC题解暴力题
  • 2018/1/14
  • 143
  • UESTC 653 扫雷 模拟

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

  • ACM-ICPC题解模拟题
  • 2016/12/11
  • 120
  • BestCoder Round #75 King’s Cake 模拟&&优化 || gcd

    King's Cake 模拟 优化  gcd source The question is from BC and hduoj 5640. My Solution //A rea…

  • ACM-ICPC题解模拟题
  • 2016/3/12
  • 150