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

38 lines
1.5 KiB
Markdown
Raw Normal View History

2021-01-04 03:40:59 +00:00
# OI-codes
2020-11-15 12:32:53 +00:00
2021-07-05 00:22:33 +00:00
[![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)
2020-11-15 12:32:53 +00:00
## 说明
2021-01-04 03:40:59 +00:00
这里存放与 **OI** 有关的代码。
2020-11-15 12:32:53 +00:00
+ 部分代码思路借鉴了题解。
2021-07-07 07:32:04 +00:00
+ 部分题目会有 `solution.md` 给出做题思路。
+ 部分题目在 `data` 文件夹下会有该题的部分测试数据。
2020-11-15 12:32:53 +00:00
2021-07-05 00:22:33 +00:00
做题时间请参考 `Author Date` 而不是 `Committer Date` ,或者根据题目对应提交中注明的提交记录编号查找。
2021-01-04 03:40:59 +00:00
## 做题情况
### 洛谷
![做题情况](https://luogu.vercel.app/api?id=168214)
### LibreOJ
可以查看[提交记录](https://loj.ac/s?submitter=renbaoshuo&status=Accepted)。
### S2OJ
2021-07-05 00:22:33 +00:00
如果有访问权限可以查看[提交记录](https://sjzezoj.com/submissions?submitter=2021renbaoshuo&min_score=100),否则看不到。
### AcWing
请根据题目对应提交中注明的提交记录编号查看。
## Author
2021-01-04 03:40:59 +00:00
2021-07-05 00:22:33 +00:00
**OI-codes** © [Baoshuo](https://github.com/renbaoshuo), Released under the [GPL-3.0](./LICENSE) License.
Authored and maintained by Baoshuo with help from [contributors](https://github.com/renbaoshuo/OI-codes/contributors).
2020-11-15 12:32:53 +00:00
2021-07-05 00:22:33 +00:00
> [Personal Website](https://baoshuo.ren) · [Blog](https://blog.baoshuo.ren) · GitHub [@renbaoshuo](https://github.com/renbaoshuo) · Twitter [@renbaoshuo](https://twitter.com/renbaoshuo)