to be myself
发布时间:2013-03-02 15:57:01
点击(此处)折叠或打开感觉写得比较乱,真是情况中有情况!#include <stdio.h>#include <string.h>#include <ctype.h>char mirror[35]= {'A','0','0','0','3','0','0','H','I','L','0','J','M','0','O','0','.........【阅读全文】
发布时间:2013-03-02 15:55:11
没有加注释,简单的链表。n=1的时候较特殊,一张牌只能作为Remaining card,也就是Discarded cards后面无需输出。但题目的意思说"The following operation is performed as long as there are at least two cards in the deck.",提交的时候却要考虑等于1的情况.否则就WA.#include.........【阅读全文】