#include<bits/stdc++.h> using namespace std; string englishnum(int num) { vector<string> other = {"zero", "one", "two", "three", "four", "five", "six", "seven", "eight&quo...