摘要:
#include <STDIO.H>#include <string.h>struct cell { int index; char symbol[2];};int main(){ int player=0,//玩家 winner=0,//判断是否结束 choice=0,//玩家输入的改变的格子的数字 row=0,//格子的行的索引 column=0;//格子的列的索引 struct cell board[9]={{1,"1"},{2,"2"},{3,"3"}, {4,... 阅读全文
posted @ 2013-06-04 21:08
╰Mr.宅先生╮
阅读(215)
评论(0)
推荐(0)

浙公网安备 33010602011771号