#include


struct 구조체_이름 {

int a,b;

};


queue<구조체_이름> q;

q.push(10,20);


이런식으로 하면 no matching 뜨는데, 인터페이스 새로 만들어야 하는건가요?