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

[BUG] 强连通分量页面的代码压行现象比较严重 #2145

Closed
1 task done
Enter-tainer opened this issue Apr 21, 2020 · 0 comments · Fixed by #2146
Closed
1 task done

[BUG] 强连通分量页面的代码压行现象比较严重 #2145

Enter-tainer opened this issue Apr 21, 2020 · 0 comments · Fixed by #2146
Labels
Content Bug / 页面内容有误 Something isn't working help wanted / 需要帮助 Extra attention is needed

Comments

@Enter-tainer
Copy link
Member

Enter-tainer commented Apr 21, 2020

  • 我正在着手修复这个问题

我正在访问这个页面(最好带链接)

https://oi-wiki.org/graph/scc/

我发现页面有这样的问题

压行严重,在移动设备上阅读体验不佳

  if (dfn[u] == low[u]) {
    ++sc;
    while (s[tp] != u) scc[s[tp]] = sc, sz[sc]++, in_stack[s[tp]] = 0, --tp;
    scc[s[tp]] = sc, sz[sc]++, in_stack[s[tp]] = 0, --tp;
  }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Content Bug / 页面内容有误 Something isn't working help wanted / 需要帮助 Extra attention is needed
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant