#include <bits/stdc++.h> using namespace std; unordered_map<int, string> m ={ {0, "零"}, {1, "壹"}, {2, "贰"}, {3, "叁"}, ...