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

0x23 生日蛋糕 std.cpp 貌似出现错误 #96

Open
Zzl-iang opened this issue Aug 1, 2024 · 2 comments
Open

0x23 生日蛋糕 std.cpp 貌似出现错误 #96

Zzl-iang opened this issue Aug 1, 2024 · 2 comments

Comments

@Zzl-iang
Copy link

Zzl-iang commented Aug 1, 2024

std.cpp

mins[i] = mins[i - 1] + i * i

应该是

mins[i] = mins[i - 1] + 2 * i * i

@Zzl-iang
Copy link
Author

Zzl-iang commented Aug 1, 2024

35行

@tabbbbbb
Copy link

tabbbbbb commented Aug 1, 2024 via email

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

2 participants