满意小土豆

文章
5
资源
0
加入时间
2年10月21天

c++ map嵌套队列(队列嵌套结构体指针)ok

map中嵌套队列,队列中是结构体,有一个问题,结构体中的值不更新#include <iostream>#include <queue>#include<map>//#include <Windows.h> using namespace std; struct RevData{int size;char data[1000