Problem | weddingcity |
---|---|
User | Pan |
Submission Time | 2024-11-07 19:07:36 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
weddingcity.cpp: In function ‘int main()’:
weddingcity.cpp:115:35: error: ‘acnt0’ was not declared in this scope; did you mean ‘cnt0’?
115 | for (ll u: cplist) if (in[u]==0) acnt0++, dfs2(u, u);
| ^~~~~
| cnt0