https://github.com/langyo/oi-code-library
The source code for OI problems.
https://github.com/langyo/oi-code-library
oi
Last synced: about 1 year ago
JSON representation
The source code for OI problems.
- Host: GitHub
- URL: https://github.com/langyo/oi-code-library
- Owner: langyo
- Created: 2019-02-02T11:19:45.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2021-09-29T05:47:04.000Z (over 4 years ago)
- Last Synced: 2025-01-25T09:27:27.129Z (over 1 year ago)
- Topics: oi
- Language: C++
- Homepage: https://www.luogu.org/space/show?uid=181512
- Size: 109 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# OI 竞赛题代码仓库
这里提供我做过的所有 OI 题的源代码。
一般来讲,这里提供的代码都是 AC 过的题目。如果没有 AC,我会在代码中注释。
该代码仓库使用 WTFPL 协议开源,即“你他妈想干嘛就干嘛开源协议”。
[开源协议具体内容](http://www.wtfpl.net/about/)
**注意:部分程序下有一些程序引用了本人制作的[大♂宝♂贝](./big_baby.h)并定义了调试宏,请自行删除、手动复制粘贴头文件下的内容再尝试 AC,否则很可能会多出大量不应当有的调试输出**
## 该仓库下的测试平台链接:
### 独立平台
- [luogu](https://www.luogu.org/)
### 被 Virtual Judge 支持的平台
> [VJudge](https://cn.vjudge.net/)
- [UVa](https://uva.onlinejudge.org/)
- [OpenJudge](http://openjudge.cn/)