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

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

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

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

  • ACM-ICPC题解暴力题
  • 2018/1/14
  • 144
  • Codeforces Round #444 (Div. 2) B. Cubes for Masha 暴力、枚举

    B. Cubes for Masha 暴力、枚举 My Solution 题意:有n(1<= n <= 3)个骰子(每面标着数字0~…

  • ACM-ICPC题解暴力题
  • 2018/1/14
  • 161
  • UESTC 1703 一道更简单的字符串题 哈希+枚举

    一道更简单的字符串题 哈希+枚举 Source 2017 UESTC Training for Search Algorithm & String UES…

  • ACM-ICPC题解暴力题
  • 2017/7/18
  • 136
  • 计蒜之道 2017 程序设计大赛 – 计蒜客 复赛 B Windows 画图 几何、平面、枚举

    计蒜之道 2017 程序设计大赛 - 计蒜客 复赛 B Windows 画图 几何、平面、枚举 Source 计蒜之道 2017 …

  • ACM-ICPC题解计算几何
  • 2017/6/22
  • 147
  • Codeforces Round #394 (Div. 2) C. Dasha and Password 贪心+预处理+枚举

    C. Dasha and Password 贪心+预处理+枚举 My Solution 题意:长度为n的密码必须包含至少一个字母一…

  • ACM-ICPC题解贪心
  • 2017/2/1
  • 119
  • Good Bye 2016 D. New Year and Fireworks dp+枚举、状态总数

    D. New Year and Fireworks dp+枚举、状态总数 My Sution 题意:烟花刚开始时占用一个格子的空间,…

  • ACM-ICPC题解dp
  • 2017/1/14
  • 127