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

更新日志、调整文章结构 #48

Merged
merged 4 commits into from
Dec 6, 2023
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/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ sidebar_position: 1

# 主站操作指南

:::caution 重要提示
<!-- :::caution 重要提示

本页面以及该系列帮助内容因为长时间未更新,可能不符合当前最新情况。洛谷正在编写全新的帮助与使用指南,以下内容仅供参考,不代表准确情况。

:::
::: -->

洛谷创建于 2013 年 6 月 15 日,至今已有数万用户,致力于为编程爱好者提供清爽、快捷的编程体验。它不仅仅是一个在线测题系统,更拥有强大的社区、在线学习功能。同时,许多教程内容都是由五湖四海的用户提供的,保证了内容的广泛性。无论是初学 OI 的蒟蒻,还是久经沙场的神犇,均可从洛谷 Online Judge 获益,也可以帮助他人,共同进步。

Expand Down
6 changes: 6 additions & 0 deletions docs/manual/luogu/problem/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,12 @@ sidebar_position: 4

详见:[提交题目](./submit.md)

## 在线评测

洛谷评测系统运行于 Linux 上,语言环境使用 Nix 准备。编译时对目前所有支持 O2 优化的语言将默认开启 O2 优化。

关于评测及返回的各种状态、常见的评测不通过的原因、评测机具体支持的语言及输入输出格式详见:[在线评测](./judging.md)

## 个人题库与上传

进入个人主页-题库-我创建的题目,点击新建题目,填写需要的内容(可以不都填)之后保存题面。可以使用 Markdown 美化,详见[Markdown 格式手册](../../../rules/academic/handbook/markdown.md)。再上传数据包即可。
Expand Down
6 changes: 5 additions & 1 deletion docs/manual/luogu/problem/judging.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ sidebar_position: 1

洛谷评测系统运行于 Linux 上,虽与主流竞赛相同,但无法保证 Linux 内核版本一致。洛谷评测系统采用分布式集群保证评测效率,采用基于 Linux 内核 cgroup 模块的沙盒技术保证评测安全。

洛谷评测系统支持的语言请参考下面的[语言支持](#languages)部分。各语言的标准输入输出方法请参考 [P1001 A+B Problem](https://www.luogu.com.cn/problem/P1001#:~:text=%E6%9C%AC%E9%A2%98%E5%90%84%E7%A7%8D%E8%AF%AD%E8%A8%80%E7%9A%84%E7%A8%8B%E5%BA%8F%E8%8C%83%E4%BE%8B%EF%BC%9A)。
洛谷评测系统支持的语言请参考下面的[语言支持](#languages)部分。

:::info 注意

Expand Down Expand Up @@ -47,6 +47,10 @@ sidebar_position: 1

评测环境中定义环境变量 `ONLINE_JUDGE=luogu`,可根据此判断是否在评测环境。

### 输入输出格式

各语言的标准输入输出方法请参考 [P1001 A+B Problem](https://www.luogu.com.cn/problem/P1001#:~:text=%E6%9C%AC%E9%A2%98%E5%90%84%E7%A7%8D%E8%AF%AD%E8%A8%80%E7%9A%84%E7%A8%8B%E5%BA%8F%E8%8C%83%E4%BE%8B%EF%BC%9A)。

### C/C++ 家族

C/C++ 家族提供多个 C/C++ 语言标准的 GCC 编译环境,这些标准为:
Expand Down
5 changes: 5 additions & 0 deletions src/pages/release-note.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

## 2023 年

### 11 月

- 评测机:整体更新,具体各语言支持情况请查看[在线评测-语言支持](/manual/luogu/problem/judging#languages)
- 比赛等级分排名:上线全站总榜

### 10 月

- 陶片放逐:使用新前端重写
Expand Down