09 2014 档案

摘要:B. Present from Lenatime limit per test2 secondsmemory limit per test256 megabytesinputstandard inputoutputstandard outputVasya's birthday is approach... 阅读全文
posted @ 2014-09-15 23:12 DuskL 阅读(354) 评论(0) 推荐(0)
摘要:随机发牌:去掉大小王,发给4个人,每人发13张,要求分四行,并按花色和牌点排序。样例:SAK9 HKT9876 DQ32 CJ。 1 #include 2 #include 3 using namespace std; 4 const char puke[]="123456789TJQK";//转换... 阅读全文
posted @ 2014-09-01 18:46 DuskL 阅读(472) 评论(0) 推荐(0)