摘要: #include #include #include using namespace std;char tbl[5] = {'S', 'H', 'C', 'D', 'J'};void shuffle(vector &card, vector &rnd) { int rlen= rnd.size... 阅读全文
posted @ 2014-11-02 20:59 卖程序的小歪 阅读(242) 评论(0) 推荐(0) 编辑
摘要: #include #include #include using namespace std;char line[82];char space[82];int main() { scanf("%s", line); int len = strlen(line); int side_... 阅读全文
posted @ 2014-11-02 20:13 卖程序的小歪 阅读(173) 评论(0) 推荐(0) 编辑
摘要: #include #include #include using namespace std;char tbl[] = { '0', '1', '2', '3', '4', '5', '6', '7', '8', '9', 'A',... 阅读全文
posted @ 2014-11-02 19:56 卖程序的小歪 阅读(136) 评论(0) 推荐(0) 编辑