Skip to content

Kyoroid/atcoder-templates

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

atcoder-templates

Atcoder templates

Run interactively

python main.py

Run unit test

  1. Put input / output files at the same level.
  2. Fix constant CASEFILES in test.py.
  3. Run test.py.
python test.py
INPUTS>>>
(1, 2, 3, 'test')
OUTPUTS>>>
6 test

INPUTS>>>
(72, 128, 256, 'myonmyon')
OUTPUTS>>>
456 myonmyon

.
----------------------------------------------------------------------
Ran 1 test in 0.003s

OK

About

Atcoder templates

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages