From 44568e40f89c866fe061dce1626bc63ab0198d40 Mon Sep 17 00:00:00 2001 From: maggieliu05 <88679216+maggieliu05@users.noreply.github.com> Date: Sun, 2 Feb 2025 21:15:45 -0800 Subject: [PATCH] Feat: add suggested problem 'The Endspeaker (Hard Version)' --- content/4_Gold/Conclusion.problems.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/content/4_Gold/Conclusion.problems.json b/content/4_Gold/Conclusion.problems.json index 657f7ef4e0..d58a3faa96 100644 --- a/content/4_Gold/Conclusion.problems.json +++ b/content/4_Gold/Conclusion.problems.json @@ -239,6 +239,19 @@ "kind": "none" } }, + { + "uniqueId": "cf-2027D2", + "name": "The Endspeaker (Hard Version)", + "url": "https://codeforces.com/contest/2027/problem/D2", + "source": "CF", + "difficulty": "Normal", + "isStarred": false, + "tags": ["DP", "Binary Search", "Two Pointers", "PURS"], + "solutionMetadata": { + "kind": "autogen-label-from-site", + "site": "CF" + } + }, { "uniqueId": "cf-1713E", "name": "Cross Swapping",