# OJCode **Repository Path**: shanire/OJCode ## Basic Information - **Project Name**: OJCode - **Description**: 日常OJ代码库,以洛谷Luogu题目为主。 Solutions of onlinejudge problems. - **Primary Language**: C++ - **License**: GPL-3.0 - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 12 - **Forks**: 2 - **Created**: 2020-10-17 - **Last Updated**: 2026-07-22 ## Categories & Tags **Categories**: acm **Tags**: 算法, 数据结构, OJ, OI, acm ## README # OJCode [![License: GPL-3.0](https://img.shields.io/badge/license-GPL--3.0-blue.svg?style=flat-square)](LICENSE) ![Type: solution archive](https://img.shields.io/badge/type-solution%20archive-success.svg?style=flat-square) ![C++14](https://img.shields.io/badge/C%2B%2B-14-00599C.svg?style=flat-square&logo=cplusplus&logoColor=white) ![Primary OJ: Luogu](https://img.shields.io/badge/primary%20OJ-Luogu-blue.svg?style=flat-square) OJCode 是个人在线评测题目代码归档,以洛谷(Luogu)为主;每个 `.cpp` 文件都是可独立编译的单题解答。 ## 覆盖的 Online Judge - [洛谷 Luogu](https://www.luogu.com.cn/) - [CodeForces](https://codeforces.com/) - [LibreOJ](https://loj.ac/) - [拼题A PTA](https://pintia.cn/) - [SphereOJ](https://www.spoj.com/) - [AtCoder](https://atcoder.jp/) - [UVaOJ](https://onlinejudge.org/) ## 目录与使用方式 - `Luogu/`、`CodeForces/`、`LOJ/`、`PAT/` 与 `SP UVA AT/` 按评测站收录题解;文件名通常为题目编号。 - 仓库没有统一构建系统或共享测试框架。只编译和运行你需要的单个文件;现有 VS Code 任务使用 `g++ -std=c++14`。 - 算法标签仍在逐步补齐;不要把未标注标签的旧代码误认为缺失或不完整。 ## Todo - 为题解补齐算法标签。 - 重整 USACO 题目文件夹层次与分类方法。 ## License 本项目采用 [GNU General Public License v3.0](LICENSE) 发布。