Skip to content

Kumamoto-Hamachi/atcoder_pr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

atcoder_pr

My solutions for Kyo-pro(Competitive programming) contests problems.

Atcoderを中心とした競技プログラミングの精進録。

Requirement

Atcoder対応(2020/5/14時点)のバージョンに従います。

Python3.8.2
PyPy3(7.3.0)

Set up for Mac

Install pyenv and edit .bash_profile

pyenvのインストールと.bash_profileの編集によるパス通しを行います。

$ brew install pyenv
$ echo 'export PYENV_ROOT="$HOME/.pyenv"' >> ~/.bash_profile
$ echo 'export PATH="$PYENV_ROOT/bin:$PATH"' >> ~/.bash_profile
$ echo 'eval "$(pyenv init -)"' >> ~/.bash_profile

Install Python

指定バージョンのPythonをインストールし、有効化します。

$ pyenv install 3.8.2
$ pyenv global 3.8.2

Tips集

I will write oneday...

About

syo-jin!!!😤

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published