feat: added WA and TLE solutions to delete-and-earn problem, also wrote the tutorial file

This commit is contained in:
2025-11-11 11:45:03 -03:00
parent 61a63e62df
commit 41bfc36185
7 changed files with 198 additions and 2 deletions

View File

@@ -44,8 +44,8 @@
"solutions": {
"main-ac": "ac.cpp",
"alternative-ac": [],
"wrong-answer": [],
"time-limit": [],
"wrong-answer": ["WA.cpp"],
"time-limit": ["TLE.cpp"],
"time-limit-or-ac": [],
"time-limit-or-memory-limit": [],
"memory-limit": [],