PAT---1005. Spell It Right (20)
摘要:
#include#include#includechar *g_WordTable[10]= {"zero", "one", "two", "three", "four", "five","six", "seven", "eight", "nine"};int main(){ //存放用户输入... 阅读全文
posted @ 2014-08-02 11:53 michaeljunlove 阅读(340) 评论(0) 推荐(0)