feat: new alternative WA solutions implemented

This commit is contained in:
2026-02-05 23:09:57 -03:00
parent 3aa9fe7c42
commit 0f4e453c07
4 changed files with 97 additions and 1 deletions

View File

@@ -44,7 +44,7 @@
"solutions": {
"main-ac": "ac.cpp",
"alternative-ac": [],
"wrong-answer": ["wa.cpp"],
"wrong-answer": ["wa.cpp", "wa_LFU.cpp", "wa_LRU.cpp"],
"time-limit": [],
"time-limit-or-ac": [],
"time-limit-or-memory-limit": [],