#include <cstdlib> #include <iostream> #include <vector> using namespace std; vector<string> table1 = {"壹", "贰", "叁", "肆", "伍", "陆", "柒", "捌", "玖", "拾" }; vector<string> table2 = {"角", "分"}; vector<string> table3 = {"", "拾", "佰", "仟", "", "拾", "佰", "仟", "万"}; int ...