0
1
mirror of https://git.sb/baoshuo/OI-codes.git synced 2024-09-19 01:25:25 +00:00

README: Update

This commit is contained in:
Baoshuo Ren 2021-08-31 12:41:10 +08:00 committed by Baoshuo Ren
parent fc26b3d636
commit 88e8320a0a
Signed by: baoshuo
GPG Key ID: 70F90A673FB1AB68

View File

@ -1,33 +1,42 @@
# OI-codes
[![Author](https://img.shields.io/badge/Author-Baoshuo-b68469.svg?style=flat-square)](https://baoshuo.ren) [![Stars](https://img.shields.io/github/stars/renbaoshuo/OI-codes?style=flat-square)](https://github.com/renbaoshuo/OI-codes/stargazers) [![GPL-3.0 License](https://img.shields.io/github/license/renbaoshuo/OI-codes?style=flat-square)](/LICENSE)
## 说明
这里存放与 **OI** 有关的代码。
本仓库存放与 **OI** 有关的代码。
+ 部分代码思路借鉴了题解。
+ 部分题目会有 `solution.md` 给出做题思路
+ 部分题目在 `data` 文件夹下会有该题的部分测试数据。
- 部分代码的思路借鉴了题解。
- 部分题目文件夹下会有 `solution.md` 给出做题思路,也会有部分题目会在 [博客](https://blog.baoshuo.ren/tags/%E9%A2%98%E8%A7%A3/) 上给出题解
- 部分题目的 `data` 文件夹下会存放该题的部分测试数据。
做题时间请参考 `Author Date` 而不是 `Committer Date` ,或根据题目对应提交中注明的提交记录编号查找。
做题时间请参考 `Author Date` ,或根据题目对应提交中注明的提交记录编号查找。
## 做题情况
未在下方列出的 OJ 一般在 [Virtual Judge](https://vjudge.net/status#un=renbaoshuo&OJId=All&probNum=&res=1&language=&onlyFollowee=false) 上可找到提交记录。
### 洛谷
![做题情况](https://luogu.vercel.app/api?id=168214)
![](https://luogu.wao3.cn/api/practice?id=168214)
可以查看 [提交记录](https://www.luogu.com.cn/record/list?user=168214&status=12) 。
### LibreOJ
可以查看[提交记录](https://loj.ac/s?submitter=renbaoshuo&status=Accepted)。
可以查看 [提交记录](https://loj.ac/s?submitter=renbaoshuo&status=Accepted)
### S2OJ
如果有访问权限可以查看[提交记录](https://sjzezoj.com/submissions?submitter=2021renbaoshuo&min_score=100),否则看不到
可以查看 [提交记录](https://sjzezoj.com/submissions?submitter=2021renbaoshuo&min_score=100)
### AcWing
请根据题目对应提交中注明的提交记录编号查看。
请根据题目对应提交中注明的提交记录链接查看。
### POJ
可以查看 [提交记录](http://poj.org/status?user_id=renbaoshuo&result=0) 。
## Author