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

旋转卡壳部分有问题 #13

Open
onglu1 opened this issue Nov 9, 2021 · 0 comments
Open

旋转卡壳部分有问题 #13

onglu1 opened this issue Nov 9, 2021 · 0 comments

Comments

@onglu1
Copy link

onglu1 commented Nov 9, 2021

int si = i, sj = j;
while (i != sj || j != si) {
...
} 

这部分会直接跳出循环吧,是否应该改成do while

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

No branches or pull requests

1 participant