0
1
mirror of https://git.sb/baoshuo/OI-codes.git synced 2024-09-19 01:45:25 +00:00
Go to file
2022-03-17 19:46:22 +08:00
.vscode fix: use constant instead of define 2022-02-23 19:37:12 +08:00
AcWing 2173. Dinic/ISAP求最小割 2022-03-16 18:48:33 +08:00
AtCoder D - Moves on Binary Tree 2022-03-12 21:02:25 +08:00
CodeForces C - Menorah 2021-12-25 00:08:38 +08:00
Gym H - Line Graph Matching 2022-01-25 20:26:19 +08:00
HDU HDU-4825 Xor Sum 2021-09-14 19:46:50 +08:00
Hydro 1257. [CQOI2007] 余数之和 sum 2022-01-17 08:50:04 +08:00
includes feat(includes): add testlib.h 2022-02-13 15:04:54 +08:00
LibreOJ #105. 文艺平衡树 2022-03-02 19:59:55 +08:00
Luogu B2025 输出字符菱形 2022-03-17 19:46:22 +08:00
NowCoder NC232778 [模板]KMP字符串匹配 2022-01-25 11:07:17 +08:00
POJ 1236. Network of Schools 2022-01-15 14:29:57 +08:00
S2OJ #104. 【模板】最小费用最大流 2022-03-17 19:30:02 +08:00
templates fix(templates/BigInt): add != operator 2022-01-22 09:26:43 +08:00
tk.hustoj.com 1347: Unix-head 2021-07-25 19:05:36 +08:00
USACO/2021.12-Bronze USACO 2021 December Contest (Bronze) 2021-12-22 17:03:40 +08:00
USACO-Training/1.2 Your Ride Is Here 2021-12-17 21:36:04 +08:00
Vijos P1001 谁拿了最多奖学金 2021-10-02 17:24:19 +08:00
XJOI 9205. 长方体表面积与体积 2021-11-11 10:40:29 +08:00
.astyle-format feat: update astyle format 2021-11-19 16:12:29 +08:00
.clang-format feat: update clang-format config 2021-11-26 13:29:23 +08:00
.gitattributes Init 2020-08-01 14:18:49 +08:00
.gitignore fix: not ignore templates 2022-03-09 21:23:18 +08:00
clean.sh [Upd] clean temp code files 2021-07-24 15:54:06 +08:00
LICENSE Use GPLv3 LICENSE 2020-11-15 20:30:03 +08:00
README.md feat: add runner environment info 2022-01-20 11:11:01 +08:00

OI-codes

Author Stars GPL-3.0 License

说明

本仓库存放与 OI 有关的代码。

  • 部分代码的思路借鉴了题解。
  • 部分题目文件夹下会有 solution.md 给出做题思路,也会有部分题目会在 博客 中给出题解。
  • 部分题目的 data 文件夹下会存放该题的部分测试数据。

做题时间请参考 Author Date ,或根据题目对应提交中注明的提交记录编号查找。

语言环境信息

本仓库中代码本地编译环境如下:

语言 编译器版本 编译命令
C gcc (Ubuntu 10.3.0-1ubuntu1~20.04) 10.3.0 gcc code.c -o code -std=c11 -O2 -lm
C++ g++ (Ubuntu 10.3.0-1ubuntu1~20.04) 10.3.0 g++ code.cpp -o code -std=c++14 -O2 -lm
Python Python 3.9.5 (default, May 19 2021, 11:32:47) [GCC 9.3.0] python code.py
NodeJS v14.18.1 node code.js
PHP PHP 7.4.3 (cli) (built: Aug 13 2021 05:39:12) ( NTS ) php code.php

运行环境如下:

CPU Intel(R) Core(TM) i7-9750H @ 2.60GHz
内存 32GiB
系统版本 Ubuntu 20.04.3 LTS on Windows 10 x86_64
内核版本 5.10.60.1-microsoft-standard-WSL2

代码运行时长均以此环境为准。

Author

OI-codes © Baoshuo, Released under the GPL-3.0 License.
Authored and maintained by Baoshuo with help from contributors.

Personal Website · Blog · GitHub @renbaoshuo · Twitter @renbaoshuo