updating delete and earn with python sol

This commit is contained in:
2026-05-14 11:45:44 -03:00
parent 189f75019b
commit 32713bd845
11 changed files with 46 additions and 4 deletions

View File

@@ -36,14 +36,14 @@
"run_specific_solution": "",
"generate_io_only": false,
"generate_pdf_only": false,
"cpu_count": 1,
"cpu_count": 0,
"build_pdf": true,
"pdf_format": "ds",
"io_samples": 3
},
"solutions": {
"main-ac": "ac.cpp",
"alternative-ac": [],
"alternative-ac": ["saad.py"],
"wrong-answer": ["WA.cpp"],
"time-limit": ["TLE.cpp"],
"time-limit-or-ac": [],