Problem votingcities
User vinitara
Submission Time 2026-03-07 11:24:09
Score 0
Max Time N/A
Max Memory N/A

Compile Error

votingcities.cpp:6:16: error: ‘State’ was not declared in this scope; did you mean ‘getdate’?
6 | priority_queue<State, vector<State>, greater<State>> pq;
| ^~~~~
| getdate
votingcities.cpp:6:30: error: ‘State’ was not declared in this scope; did you mean ‘getdate’?
6 | priority_queue<State, vector<State>, greater<State>> pq;
| ^~~~~
| getdate
votingcities.cpp:6:35: error: template argument 1 is invalid
6 | priority_queue<State, vector<State>, greater<State>> pq;
| ^
votingcities.cpp:6:35: error: template argument 2 is invalid
votingcities.cpp:6:46: error: ‘State’ was not declared in this scope; did you mean ‘getdate’?
6 | priority_queue<State, vector<State>, greater<State>> pq;
|