# OI Codes **Repository Path**: kaiserwilheim/OIcodes ## Basic Information - **Project Name**: OI Codes - **Description**: OI Codes of @KaiserWilheim - **Primary Language**: Unknown - **License**: GPL-3.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-05-31 - **Last Updated**: 2023-01-16 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # OI Codes [![Author](https://img.shields.io/badge/Author-KaiserWilheim-b68469.svg?style=for-the-badge)](https://kaiserwilheim.github.io) ![GitHub Repo stars](https://img.shields.io/github/stars/kaiserwilheim/OIcodes?style=for-the-badge) ![GitHub code size in bytes](https://img.shields.io/github/languages/code-size/kaiserwilheim/OIcodes?color=red&style=for-the-badge) ![GitHub repo size](https://img.shields.io/github/repo-size/kaiserwilheim/OIcodes?style=for-the-badge) ## 说明 本仓库存放OI相关代码。如果搞到了数据也会~~放上去放到隔壁的OI Data仓库~~放到隔壁的Onedrive上。 下载链接:[这里](https://yiniruohong-my.sharepoint.com/:f:/g/personal/kaiserwilheim_yiniruohong_onmicrosoft_com/Ev8j8WViBtdBoS8xLRd8pBMBPaAu-GhYFAc240jtOlLB0A?e=BHmTTY) 需要密码的话直接问我。[Telegram](https://t.me/KaiserWilheim) 这里不仅有我平时在 OJ 上面做题的代码,还有我进行一些考试(例如 CF Round 和 ABC 等)时的代码。 大多数存储的都是 C++ 代码,有时候也会水一些 Java 和 Python 上去。 CodeForces 上面还有一些 Kotlin 的题目,看起来很好玩,也很水。 于是就水了一点。 对于一些重复的题目(比如说 Luogu 的 SpOJ 题目)我会放多次。 ## 检索 每一个 OJ 对应的题目都会采用不同的编码方式。 比如说 LibreOJ 的题目会叫做 `lxxxx.cpp`。 下面是一些 OJ 对应的前缀: | 文件夹名 | Online Judge 全名 | 文件前缀 | 总题目数量 | |:-------:|:----------------:|:-------:|:--------:| | AcWing | AcWing | ac | 80 | | AtCoder Contest | AtCoder(比赛) | AXC[^1] | 67 | | AtCoder Practice | AtCoder(练习) | AXC[^1] | 25 | | CodeForces Contest | CodeForces (比赛) | CF | 9 | | CodeForces Practice | CodeForces (练习) | cf | 108 | | BZ OJ | DarkBZ OJ | bz | 58 | | Easy OJ | Easy OJ (已挂) | e | 2 | | Libre OJ | Libre OJ | l | 73 | | Luogu | Luogu | p | 609 | | Nowcoder | Nowcoder | nc | 1 | | POJ | **P**eking university **J**udge**O**nline | poj | 5 | | S2OJ | 校内OJ | se | 172 | | SPOJ | **SP**here **O**nline**J**udge | sp [^2] | 8 | | UOJ | **U**niversal**OJ** | u | 9 | | Luogu\UVA Practice | **UVA** Online Judge | uva | 3 | [^1]: 包括 `ABC` , `ARC` 与 `AGC` [^2]: 可以同时根据题目在洛谷中的编号以及题目在SPOJ中的字母代号进行搜索