Problem party
User dzuizz
Submission Time 2024-06-19 17:33:20
Score 0
Max Time N/A
Max Memory N/A

Compile Error

party.cpp: In function ‘int main()’:
party.cpp:16:10: error: request for member ‘first’ in ‘p’, which is of non-class type ‘int’
16 | mp[p.first] = 1;
| ^~~~~
party.cpp:17:30: error: request for member ‘first’ in ‘p’, which is of non-class type ‘int’
17 | for (auto &e : adjlist[p.first])
| ^~~~~