Coder Social home page Coder Social logo

atcoder_python's Introduction

atcoder_python_env

本リポジトリは Atcoder を Python で取り組むための環境になります

内容

  • devcontainer
  • lint
    • black
  • online-judge-tools
  • atcoder-python-snippets
  • atcoder-cli

環境詳細

  • Python : 3.8.2

事前準備

使用方法

  1. VSCode 起動
  2. 左下の緑色のアイコンクリック
  3. 「Remote-Containersa: Reopen in Container」クリック
  4. しばらく待つ
    • 初回の場合コンテナ image の取得や作成が行われる
  5. 起動したら開発可能
  6. ログイン
    • acc login
    • oj login https://atcoder.jp/
  7. contestID を取得
    • https://atcoder.jp/contests/abs の場合、 abs
  8. ディレクトリ作成(問題を選択)
    • acc new ${contestID}
    • 例: acc new abs
  9. 回答する問題のディレクトリに移動
    • cd {contestID}/{問題}
  10. 回答を作成
    • main.py に回答を記載
  11. 回答をテスト
    • ojt
  12. 回答を提出
    • acc submit

ojtoj t -c "python main.py"' のエイリアス

使用例

acc new abs
cd abs/practicea/
vi main.py
ojt
acc submit main.py

参考

atcoder_python's People

Contributors

nebular-lab avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.