Skip to content

题解规范补充 #119

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

Merged
merged 2 commits into from
Jun 3, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/manual/luogu/account/award-certify-cpc.md
Original file line number Diff line number Diff line change
Expand Up @@ -186,5 +186,5 @@ $^1$:实际参赛队伍数超过 400 队。在计算百分比时仍然以 $n_{

## 补充说明

目前 ICPC/CCPC 奖项认证仍处于试运行阶段,功能以及规则随时可能发生变动,请已实际情况为准

目前 ICPC/CCPC 奖项认证仍处于试运行阶段,功能以及规则随时可能发生变动,请以实际情况为准

1 change: 1 addition & 0 deletions docs/rules/academic/solution-standard-for-patterning.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ sidebar_label: 模板题题解规范
- 文章必须满足[洛谷主题库题解规范](solution-standard.md)。
- 文章必须至少包含如下三部分内容:算法介绍、正确性证明、代码实现。这三部分必须**通过标题加以区分**,书写于不同的章节中。
- 文章可以包含部分需要使用相应算法解决的相关例题,但是不宜对例题解法做篇幅过大的阐述(可以使用一两句话简单描述解法)。
- 原则上,模板题题解可以出现非题目名所描述的、有价值的其他算法。其他算法必须相对题目要求的算法有一定层面上的优越性(如效率、码量等)。具体尺度由审核管理员自主把关。
- 文章主体部分应由作者自行完成,不得抄袭。对引用参考资料的部分,应正确标注引用,给出资料来源。

## 算法介绍
Expand Down
1 change: 1 addition & 0 deletions docs/rules/academic/solution-standard.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ sidebar_label: 主题库题解规范
- 对于题面较长的题目,**建议**加入题意简述,但不应完整复制题面至题解中。
- 题目分析中**必须**包含做这一道题目的主要思路,包括但不限于:使用了什么算法或数据结构,以及对于相应算法或者数据结构的具体分析。
- 题目分析应给出完整正确的解法与说明,并对解法中的重要结论进行解释与证明。给出的解法应能够在合理的时间复杂度内通过题目。
- 可以使用视频链接的功能对题解文字内容做补充说明,但是题解的文字部分必须是完整充分的,不能提交仅含有视频而没有其他说明的题解。
- 如果需要引用一些来自他人博客的内容,请确保**不会侵犯**他人的版权,并且**必须使用**链接标注来源。

## 排版
Expand Down