Skip to content

kwmt/AtCoder

Repository files navigation

AtCoder

A repository to practice AtCoder

問題の準備とUnitTestの仕方

  1. 問題番号(例: ABC086A)のパッケージを作成する
  2. 1のパッケージの下にmain.ktを作成する
  3. fun main() 関数を作る
  4. ⌘+Nでtestを作成する
    • するとMainTestがtestパッケージ作成される
  5. 問題のページに行く(例:https://atcoder.jp/contests/abs/tasks/abc086_a)
  6. AtCoder Unit Testのchrome 拡張ボタンを押してコピーする(参考: https://qiita.com/YujiSoftware/items/00ce688ce5dde627ec36)
  7. MainTestに貼り付ける
    • main関数のimportパスの調整は必要かもしれません。

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages