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

修正细节以及注意事项 #1277

Closed
wants to merge 6 commits into from
Closed

Conversation

UEFI-code
Copy link

@UEFI-code UEFI-code commented Sep 30, 2023

注意

Pull Request 提交后,预计 1 分钟内将会得到自动化格式检查的结果。只有通过自动化检查的 Pull Request 才会被人工审核。

  • 请确保此 Pull Request 能够通过自动化代码检查。

签署

必须签署下面的对话框才能开始审核。

HowToCook 仓库采用了 The Unlicense 协议

菜谱在签入前,必须确保其可以直接声明进入 "公共领域"(public domain)。这意味着一旦合并后,任何人都可以自由复制,修改,发布,使用,编译,出售或以菜谱的形式或菜的形式分发,无论是出于商业目的还是非商目的,以及任何手段。

  • [*] 我确保了我的内容不涉及版权内容,并且授权它 The Unlicense 协议。


解得

* a = floor(N/2)
* b = ceil(N/2)
* a = floor((N + 1) / 2)
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

似乎这个解不正确。

@Anduin2017
Copy link
Owner

除了那个不等式的解似乎不太对,其他的没啥问题。

@Anduin2017 Anduin2017 closed this Oct 30, 2023
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

Successfully merging this pull request may close these issues.

None yet

2 participants