Problem installingapps
User haydendoo
Submission Time 2023-01-29 00:33:46
Score 0
Max Time N/A
Max Memory N/A

Compile Error

installingapps.cpp:230:21: error: ‘pii’ was not declared in this scope; did you mean ‘pi’?
230 | bool cmp(const pair<pii,int> a, const pair<pii,int> b){
| ^~~
| pi
installingapps.cpp:230:28: error: template argument 1 is invalid
230 | bool cmp(const pair<pii,int> a, const pair<pii,int> b){
| ^
installingapps.cpp:230:44: error: ‘pii’ was not declared in this scope; did you mean ‘pi’?
230 | bool cmp(const pair<pii,int> a, const pair<pii,int> b){
| ^~~
| pi
installingapps.cpp:230:51: error: template argument 1 is invalid
230 | bool cmp(const pair<pii,int> a, const pair<pii,int> b){
| ^
installingapps.cpp: In function ‘bool cmp(int, int)’:
installingapps.c