摘要: 1 #include<iostream> 2 #include<cstdio> 3 #include<cstring> 4 using namespace std; 5 char num[30][10]= 6 { 7 "", 8 "one", 9 "two", 10 "three", 11 "four", 12 "five", 13 "six", 14 "seven", 15 "eight& 阅读全文
posted @ 2013-03-29 23:58 Unlimited 阅读(97) 评论(0) 推荐(0)