GitXplorerGitXplorer
r

OI-codes-archive

public
13 stars
0 forks
0 issues

Commits

List of commits on branch master.
Verified
3c7c85834b8a14da76be144b21b8a18541f3be83

revert: 6755ced87ed7bc1d9999651bcb6bfa4f87b9c288

rrenbaoshuo committed 3 years ago
Verified
bd76af89f35f6eab15dda9bcc554fccaacd1d6f5

#2125. 「HAOI2015」树上操作

rrenbaoshuo committed 3 years ago
Verified
0e7e61958e4fb884b594b3fb18e8aa5f9bc9ac23

P3178 [HAOI2015]树上操作

rrenbaoshuo committed 3 years ago
Verified
589170912c01eed1d94e37b0e298dded712496e3

feat: add data for fefe036c4e6ce58fa19c0154fc93e67fd2a0cc09

rrenbaoshuo committed 3 years ago
Verified
d3c40647184c94d8a28b81f21072b38b24b1bdfe

1279. 染色

rrenbaoshuo committed 3 years ago
Verified
6acd78dd96a1bc3edf42a48358740b4fca48ceee

#10141. 「一本通 4.5 练习 3」染色

rrenbaoshuo committed 3 years ago

README

The README file for this repository.

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

编译时所用系统版本为 Ubuntu 20.04 LTS (Linux 5.10.60.1-microsoft-standard-WSL2, x86_64)

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