本题难度较大,要用到递归的思想 #include <iostream> #include <string> #include <vector> using namespace std; const string ones[] = {"zero","one","two","three","four","five","six","seven","eight","nine"}; const string tens[] = {"ten...