summaryrefslogtreecommitdiff
path: root/settings.example.py
diff options
context:
space:
mode:
authorBoYanZh <bomingzh@sjtu.edu.cn>2020-11-22 18:38:34 +0800
committerBoYanZh <bomingzh@sjtu.edu.cn>2020-11-22 18:38:34 +0800
commit10ed594c47469f55fec73cb22754abc3074a1925 (patch)
treef9e5cc66e94821f6e8732c3878ac06912e5a780c /settings.example.py
parentc6cba8975eeb0f26b290b8799e85d9a27394568d (diff)
update for project complication
Diffstat (limited to 'settings.example.py')
-rw-r--r--settings.example.py10
1 files changed, 10 insertions, 0 deletions
diff --git a/settings.example.py b/settings.example.py
index 2ca7d69..4f02a88 100644
--- a/settings.example.py
+++ b/settings.example.py
@@ -37,3 +37,13 @@ MANDATORY_FILES = []
OPTIONAL_FILES = [
"ex3.c", "ex4.c", "ex1.h", "ex2.h", "ex3.h", "ex4.h", "ex5.h", "main.c"
]
+PROJ_JOJ_INFO = {
+ 2: {
+ "homeworkID": "5facbf7c9fedcc000661ff9d",
+ "problemID": "5facbee89fedcc000661ff8e"
+ },
+ 3: {
+ "homeworkID": "5facbf7c9fedcc000661ff9d",
+ "problemID": "5facbee89fedcc000661ff8e"
+ }
+}