cheng_you_know

学而时习之!

  博客园 :: 首页 :: 博问 :: 闪存 :: 新随笔 :: 联系 :: 订阅 订阅 :: 管理 ::

2014年1月14日

摘要: //http://pat.zju.edu.cn/contests/pat-a-practise/1016#include #include #include #include #include #include using namespace std;#define INF 0xefffffftypedef struct Phone_Record{ string name; int month; int day; int hour; int minute; string status; int total;};bool cpm(Phone_Record... 阅读全文
posted @ 2014-01-14 22:40 cheng_you_know 阅读(451) 评论(0) 推荐(0) 编辑

摘要: //http://pat.zju.edu.cn/contests/pat-a-practise/1014 //本题需要有较好的抽象能力,把题目的问题,转化了相应的数学模型,这样就容易办了 #include #include #include #include #include using namespace std;#define INF 0xefffffftypedef struct Custo... 阅读全文
posted @ 2014-01-14 20:44 cheng_you_know 阅读(168) 评论(0) 推荐(0) 编辑