摘要: 【题解】:【代码】: 1 #include 2 #include 3 #include 4 #define LL long long 5 using namespace std; 6 7 bool dp[505][505];//已经用了i个人,已分配出j个任务 8 LL S[505]; 9 ... 阅读全文
posted @ 2014-06-10 02:30 little_w 阅读(160) 评论(0) 推荐(0)
摘要: 【比赛链接】:http://acm.hunnu.edu.cn/online/?action=problem&type=list&courseid=132A:跑得快计数程序【题解】:细心点,巧妙乘2处理四舍五入,简单模拟【代码】: 1 #include 2 #include 3 #include ... 阅读全文
posted @ 2014-06-10 02:09 little_w 阅读(314) 评论(1) 推荐(0)