POJ 1002 487-3279
摘要:
/* POJ 1002 487-3279*/# include <stdio.h># include <stdlib.h># include <ctype.h>typedef struct TeleNum{ int num; int rpt; struct TeleNum *next;} tel;const int h[] = {2,2,2,3,3,3, 4,4,4,5,5,5, 6,6,6,7,0,7,7, 8,8,8,9,9,9,0 };int ... 阅读全文
posted @ 2012-02-21 17:40 getgoing 阅读(167) 评论(0) 推荐(0) 编辑