rainboyOJ / rojcpp

online judge system written by cpp 17

Repository from Github https://github.comrainboyOJ/rojcppRepository from Github https://github.comrainboyOJ/rojcpp

rojcpp

使用的c++编写的OnlineJudge系统

安装

安装依赖的包

sudo apt-get install libhiredis-dev
git clone https://github.com/0xsky/xredis
cd xredis
# 可能要修改 makefile里的 ->INCLUDE=/usr/include/hiredis
make
sudo make install

文件目录


main.cpp  程序入口

lib
├── appException.hpp 异常
├── judgeConnect.hpp 连接评测机
├── plusaes.hpp       加密解密key
├── redisLib.hpp    连接redis,但没有使用
├── rojcppUtils.hpp 常用函数
└── sqlpool.hpp     连接sql池

0 directories, 6 files

感谢

About

online judge system written by cpp 17


Languages

Language:C++ 97.1%Language:CMake 2.0%Language:Shell 0.9%