KiichiSugihara / atcoder-ts

For people who want to do AtCoder by TypeScript

Home Page:https://scrapbox.io/kii-cafe/setup_AtCoder

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

atcoder-ts

Description

For people who want to do AtCoder by TypeScript

version

Before using

yarn
pip install -U online-judge-tools
oj login https://beta.atcoder.jp/
yarn install -g atcoder-cli
  • delete src/**

When solving a problem

setup

1.Rewrite config.js

  • PROBLEM_URL

  • PROBLEM_NAME

    2.Install tests & new work directory yarn setup

test

1.Test

yarn run test

submit

1.rewrite & use this command oj s https://atcoder.jp/contests/abc149/tasks/abc149_a src/abc149_a/main.ts

Reference

About

For people who want to do AtCoder by TypeScript

https://scrapbox.io/kii-cafe/setup_AtCoder

License:MIT License


Languages

Language:TypeScript 91.0%Language:JavaScript 9.0%