Atcoder templates
python main.py
- Put input / output files at the same level.
- Fix constant
CASEFILES
intest.py
. - 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