feat: added alternative python solutions.

This commit is contained in:
2026-05-17 13:20:58 -03:00
parent 7e9caaea6e
commit c85571e157
451 changed files with 3777 additions and 3495 deletions

View File

@@ -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": [],