Skip to content

Latest commit

 

History

History
26 lines (23 loc) · 411 Bytes

README.md

File metadata and controls

26 lines (23 loc) · 411 Bytes

algorithm

algorithm

INSTALL

COMMON

./init.sh [rc file path]
# rc file example : ~/.bashrc, ~/.zshrc, ~/.cshrc etc...

FOR MAC OS

brew install coreutils
sudo ln -s /usr/local/bin/gtimeout /usr/local/bin/timeout

HOW TO TEST

init.sh 실행이 선행되어야 한다.

cd boj
./make_bp.sh [boj num]
cd [boj num]
# create input[n].dat
# edit [boj num].cpp
bojTest