Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

code mistakes #1

Open
fffasttime opened this issue Sep 8, 2021 · 2 comments
Open

code mistakes #1

fffasttime opened this issue Sep 8, 2021 · 2 comments

Comments

@fffasttime
Copy link
Owner

if (!vis[v] && !iscut[i]) dfs_dcc(v, dcn);

iscut[i] shound be iscut[v]

@fffasttime
Copy link
Owner Author

for (int i=1;i<=n;i++) now[i]=head[i];

fit begin u = 0 condition

@fffasttime
Copy link
Owner Author

if (d2==0&&d2==0) return a.x<b.x;

d1 && d2

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant