diff --git a/problems.json b/problems.json index 847cef6..ac3f52b 100644 --- a/problems.json +++ b/problems.json @@ -14328,5 +14328,37 @@ "output": "1\n5\n7\n10\n6\n13\n" } ] + }, + "1334": { + "id": 1334, + "url": "http://www.usaco.org/index.php?page=viewproblem2&cpid=1334", + "source": { + "sourceString": "2023 US Open Platinum", + "year": 2023, + "contest": "US Open", + "division": "Platinum" + }, + "submittable": true, + "title": { + "titleString": "3. Triples of Cows", + "place": 3, + "name": "Triples of Cows" + }, + "input": "stdin", + "output": "stdout", + "samples": [ + { + "input": "3\n1 2\n2 3\n", + "output": "2\n0\n0\n" + }, + { + "input": "4\n1 2\n1 3\n1 4\n", + "output": "6\n6\n0\n0\n" + }, + { + "input": "5\n3 5\n5 1\n1 4\n1 2\n", + "output": "8\n10\n2\n0\n0\n" + } + ] } } \ No newline at end of file