feat: added alternative python solutions.
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
"problem": {
|
||||
"title": "Estouro",
|
||||
"event": "",
|
||||
"time_limit": 1.0,
|
||||
"time_limit": 1.5,
|
||||
"memory_limit_mb": 256,
|
||||
"input_file": "stdin",
|
||||
"output_file": "stdout",
|
||||
@@ -43,7 +43,7 @@
|
||||
},
|
||||
"solutions": {
|
||||
"main-ac": "ac.cpp",
|
||||
"alternative-ac": [],
|
||||
"alternative-ac": ["alternative-ac.py"],
|
||||
"wrong-answer": [],
|
||||
"time-limit": [],
|
||||
"time-limit-or-ac": [],
|
||||
|
||||
Reference in New Issue
Block a user