摘要:
题目题意规则挺多的,但是读懂了还是清晰的,这里就不写了。模拟题。我开了个双向链表,用struct 的 oop写的,没access control 看着挺乱但是写着还是挺爽的。130行...1Y。代码:#include<iostream>
#include<cstring>
#include<cstdio>
using namespace std; #define MAXN 53 //52cards
struct Card
{ Card() {} Card(char r, char s) { rank=r; suit = s; } char rank; cha 阅读全文
posted @ 2012-04-11 21:46
泳裤王子
阅读(192)
评论(0)
推荐(0)
浙公网安备 33010602011771号