map使用entrySet()方法时不用泛型为什么会出错

2025-04-14 05:15:30
推荐回答(1个)
回答1:

using namespace std;struct Sales_data{std::string booKNO;unsigned untis_sold;double revenue;}