Skip to content

Commit

Permalink
各语言标准输入输出参考, 作弊者重置时间修正 (#45)
Browse files Browse the repository at this point in the history
  • Loading branch information
hh0592821 authored Nov 29, 2023
1 parent 3682550 commit 09655d1
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/manual/luogu/account/user-tag.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@

## 作弊者

因为作弊或其他学术不端行为,所获得的惩罚的一部分,将被强制更改用户名颜色并加上作弊者标签,14 天后重置。
因为作弊或其他学术不端行为,所获得的惩罚的一部分,将被强制更改用户名颜色并加上作弊者标签,15 天后重置。
2 changes: 2 additions & 0 deletions docs/manual/luogu/problem/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ sidebar_position: 4

当用户没有登录,或者没有报名该题目所在的正在进行中的比赛,将无法提交题目。评测系统使用控制台标准输入输出,即提交的程序无需进行文件操作。评测忽略行末空格与文尾回车。

各语言的标准输入输出方法请参考 [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)

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

## 个人题库与上传
Expand Down
4 changes: 3 additions & 1 deletion docs/manual/luogu/problem/judging.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@ sidebar_position: 1
---
# 在线评测

洛谷评测系统搭建于 Linux 上,采用分布式集群保证评测效率,采用沙盒技术保证评测安全。目前,评测系统支持的提交语言可以参考[洛谷开放平台-评测能力-语言支持](https://docs.lgapi.cn/open/judge/langs)
洛谷评测系统搭建于 Linux 上,采用分布式集群保证评测效率,采用沙盒技术保证评测安全。目前,评测系统支持的提交语言可以参考[洛谷开放平台-评测能力-语言支持](https://docs.lgapi.cn/open/judge/langs)

各语言的标准输入输出方法请参考 [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)

有"O2 优化"标签的题目在评测时均会自动开启 O2 优化,题目上传者或者管理员可根据需要自行开启。

Expand Down

0 comments on commit 09655d1

Please sign in to comment.