Skip to content

yuchiki/yuchiki-atcoder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

概要

atcoder用のrepository

テストランナーの図

最初にやること

  • makefileの先頭の LANGUAGE を指定しろ!
  • python -m atcoder_ctl.scripts.main fetch abc162 b などのようにして、テストケースをfetchして来よう。
  • make watch をたたいて watch modeをオンにしろ!
    • watch modeとは???
      • ソースコードとテストケースの変更を検知して、testcases.txtに書かれたテストケースを都度走らせてくれるモードです

コードを書くところ

cpp/main.cpp か csharp/Program.cs か python/main.py

テストケース

testcases.yaml にあります。

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published