Backup your BOJ submission codes!
git clone git@github.com:Jhuni0123/BOJ-backup.git
cd BOJ-backup
python3 -m venv .venv
source .venv/bin/activate
pip3 install -r requirements.txt
python3 backup.py # --help
-l
,--limit
: limit the number of codes to backup from recent code-r
,--result
: select result of submission (default: 4)-1
: 모든 결과4
: 맞았습니다!!5
: 출력 형식6
: 틀렸습니다7
: 시간 초과8
: 메모리 초과9
: 출력 초과10
: 런타임 에러11
: 컴파일 에러