摘要: 1 #include <iostream> 2 #include <map> 3 using namespace std; 4 map<string,int>na_mo; 5 int main(int argc, char** argv) { 6 int x; 7 cin>>x; 8 string 阅读全文
posted @ 2023-06-23 20:08 fushuxuan1 阅读(7) 评论(0) 推荐(0)