2005年试题: A+B(http://acm.hdu.edu.cn/showproblem.php?pid=1228) 一道简单的字符串处理题。 #include #include char map[][10] = { "zero" , "one" , "two" , "three" , "four" , "five" , "six" , "seven" , "eight" , "nine" }; int Search( char s[] ) //找到字母表示法所对应的数字 { for( int i = 0 ; i