Skip to content

Commit

Permalink
Create README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
pandadtdyy authored Mar 23, 2024
1 parent 42dccb2 commit da21193
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 1 deletion.
23 changes: 23 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# hydroplugin-luogu

HydroOJ 作为首批接入洛谷开放平台的在线评测系统,实现了完整的远程评测体验,您可以在 Hydro 中导入洛谷全部题目,定期更新,复制题目,编辑题面,发起评测和接收所有的子评测详细结果。此插件用于支持洛谷开放平台相关评测

<details>
<summary>更新日志(点击展开)</summary>

### 0.0.3

1. 根据子任务点显示为具体的评测结果 (WA/TLE/MLE/RE)
2. 支持显示子任务人数
3. 所有评测结果 AC 分数强制返回 100 分
4. 默认语言支持 C++14 (GCC 9.3.0),C++20 --- (此项支持需在控制面板内删除 luogu 开头的语言项后重新运行一次 importProblem ,同时如需支持 C++20 的自测需自行添加 C++20 语言)
5. 添加账户时支持验证账户正确性

### 0.0.2

1. 支持开放平台剩余点数显示

### 0.0.1

1. 首次发布
</details>
2 changes: 1 addition & 1 deletion import.ts
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ luogu.cxx/20/gcco2:
display: C++20(O2)
comment: //
monaco: cpp
pretest: cc.cc20`;
pretest: cc.cc20o2`;

function processContent(content: string) {
return content.replace(/\r/g, '').replace(/\n+/g, '\n')
Expand Down

0 comments on commit da21193

Please sign in to comment.