feat: alternative AC solution and TLE solution implemented, also wrote the tutorial for the problem and improved its description

This commit is contained in:
2025-11-12 10:56:03 -03:00
parent 063c8815c7
commit cf745f4cb4
12 changed files with 190 additions and 18 deletions

View File

@@ -43,9 +43,9 @@
},
"solutions": {
"main-ac": "ac.cpp",
"alternative-ac": [],
"alternative-ac": ["alternative_ac.cpp"],
"wrong-answer": [],
"time-limit": [],
"time-limit": ["TLE.cpp"],
"time-limit-or-ac": [],
"time-limit-or-memory-limit": [],
"memory-limit": [],