Skip to content

Commit d9d3345

Browse files
committed
you can use template engine
1 parent 5f229f6 commit d9d3345

12 files changed

+46
-710
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,4 @@
44
/workspace
55
do_format.py
66
debug.py
7+
/backup

AtCoderClient.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,11 @@
33
import os
44
import glob
55
import subprocess
6+
sys.path.append(".")
67
sys.path.append("core")
78
from AtCoder import AtCoder
89
import AccountInformation
9-
from CppCodeGenerator import code_generator
10+
from templates.cpp.cpp_code_generator import code_generator
1011
import FormatPredictor
1112
from multiprocessing import Pool
1213
from multiprocessing import Process

AtCoderClientForTester.py

Lines changed: 0 additions & 218 deletions
This file was deleted.

CppCodeGenerator.py

Lines changed: 0 additions & 158 deletions
This file was deleted.

0 commit comments

Comments
 (0)