2012年10月26日

2012 天津赛区 A题 hdu 4431

摘要: http://acm.hdu.edu.cn/showproblem.php?pid=4431题意:给13个牌,问你可以糊那些牌。思路:现场队友提醒就知道思路了,枚举每一张牌,看能不能win。却被麻将的规则虐了,题目好像没说下面的数据呀:1s 1s 1m 9m 1p 9p 1c 2c 3c 4c 5c 6c 7c (糊9s)View Code #include<stdio.h>#include<string.h>#include<iostream>#include<set>#include<utility>using namespace 阅读全文

posted @ 2012-10-26 18:17 aigoruan 阅读(947) 评论(0) 推荐(0)

导航