李CSP200
贪心法解题思路: 1、弄清题目的最优目标 2、思考达到最优目标的贪心策略(难点) 3、编写代码实现贪心策略
freopen("xxx.in", "r", stdin); freopen("xxx.out", "w", stdout);