0
1
mirror of https://git.sb/baoshuo/OI-codes.git synced 2024-09-19 01:25:25 +00:00
OI-codes/README.md

2.5 KiB

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