Problem sort
User ZivTheONe
Submission Time 2025-05-30 12:14:21
Score 0
Max Time N/A
Max Memory N/A

Compile Error

sort.cpp: In member function ‘void Solution::coin()’:
sort.cpp:22:56: error: expected unqualified-id before ‘>’ token
22 | greater< pair<int, string> > > > pq;
| ^
sort.cpp:26:4: error: ‘pq’ was not declared in this scope
26 | pq.push( make_pair(Ai.size(), Ai) );
| ^~
sort.cpp:30:12: error: ‘pq’ was not declared in this scope
30 | cout << pq.top().second << ' ';
| ^~