0_0_36635232_23346.cpp: In function 'int main()':
0_0_36635232_23346.cpp:26:3: error: 'priority_queue' was not declared in this scope
priority_queue<ll,vector<ll>,less<ll> > p;
^
0_0_36635232_23346.cpp:26:20: error: expected primary-expression before ',' token
priority_queue<ll,vector<ll>,less<ll> > p;
^
0_0_36635232_23346.cpp:26:31: error: expected primary-expression before ',' token
priority_queue<ll,vector<ll>,less<ll> > p;
^
0_0_36635232_23346.cpp:26:41: error: expected primary-expression before '>' token
priority_queue<ll,vector<ll>,less<ll> > p;
^
0_0_36635232_23346.cpp:26:43: error: 'p' was not declared in this scope
priority_queue<ll,vector<ll>,less<ll> > p;
^
|