摘要: #include<iostream> #include<string> #include<map> using namespace std; map<int, string> m = {{0, "zero"}, {1, "one"}, {2, "two"}, {3, "three"}, {4, "four"}, {5, "five"}, {6, "six"}, {7, "seven"}, 阅读全文
posted @ 2019-08-08 17:28 Stoves 阅读(85) 评论(0) 推荐(0)