// lanqiao 2095 九进制转十进制 #include using namespace std; int main(){ cout << 2 * 1 + 2 * 9 + 2 * 9 * 9 * 9 << endl; return 0; }