#include #include #include using namespace std;map h;int main(){h["ximing"] = 16;h["you"] = 17;printf("%d\n", h["you"]);return 0;}