上一页 1 ··· 7 8 9 10 11 12 13 14 15 ··· 22 下一页

2013年9月10日

uva 11991 Easy Problem from Rujia Liu?

摘要: 解题思路:STL —— vector, map 1 /////////////////////////////////////////////////////////////////////////// 2 //problem_id: uva 11991 3 //user_id: SCNU20102200088 4 /////////////////////////////////////////////////////////////////////////// 5 6 #include 7 #include 8 #include 9 #include 10 #include 11 ... 阅读全文

posted @ 2013-09-10 19:40 SCNU20102200088 阅读(223) 评论(0) 推荐(0) 编辑

uva 11995 I Can Guess the Data Structure!

摘要: 解题思路:STL —— stack, queue, priority_queue 1 /////////////////////////////////////////////////////////////////////////// 2 //problem_id: uva 11995 3 //user_id: SCNU20102200088 4 /////////////////////////////////////////////////////////////////////////// 5 6 #include 7 #include 8 #include ... 阅读全文

posted @ 2013-09-10 17:31 SCNU20102200088 阅读(172) 评论(0) 推荐(0) 编辑

2013年8月28日

poj 1981 Circle and Points

摘要: 题目链接:http://poj.org/problem?id=1981解题思路:枚举两个点,求过这两点的单位圆,判断有多少个点在圆中。 1 /////////////////////////////////////////////////////////////////////////// 2 //problem_id: poj 1981 3 //user_id: SCNU20102200088 4 /////////////////////////////////////////////////////////////////////////// 5 6 #include ... 阅读全文

posted @ 2013-08-28 23:33 SCNU20102200088 阅读(352) 评论(0) 推荐(0) 编辑

2013年8月27日

hdoj 2149 Public Sale

摘要: 题目链接:http://acm.hdu.edu.cn/showproblem.php?pid=2149解题思路:典型的巴什博弈(巴什博弈:http://www.cnblogs.com/linqiuwei/p/3227146.html) 1 /////////////////////////////////////////////////////////////////////////// 2 //problem_id: hdoj 2149 3 //user_id: SCNU20102200088 4 /////////////////////////////////////////////// 阅读全文

posted @ 2013-08-27 23:27 SCNU20102200088 阅读(174) 评论(0) 推荐(0) 编辑

hdoj 2188 悼念512汶川大地震遇难同胞——选拔志愿者

摘要: 题目链接:http://acm.hdu.edu.cn/showproblem.php?pid=2188解题思路:典型的巴什博弈(巴什博弈:http://www.cnblogs.com/linqiuwei/p/3227146.html) 1 /////////////////////////////////////////////////////////////////////////// 2 //problem_id: hdoj 2188 3 //user_id: SCNU20102200088 4 /////////////////////////////////////////////// 阅读全文

posted @ 2013-08-27 23:11 SCNU20102200088 阅读(143) 评论(0) 推荐(0) 编辑

上一页 1 ··· 7 8 9 10 11 12 13 14 15 ··· 22 下一页

导航