Problem | police |
---|---|
User | shoryu386 |
Submission Time | 2022-12-30 01:50:35 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
police.cpp: In function ‘void kosaraju()’:
police.cpp:44:41: error: ‘class __gnu_pbds::gp_hash_table<long long int, __gnu_pbds::null_type>’ has no member named ‘count’
44 | if (assigned[i] != assigned[j] && us.count(MAXN * assigned[i] + assigned[j]) == 0){
| ^~~~~