Skip to content

Commit

Permalink
Merge pull request #2 from cpinitiative/auto
Browse files Browse the repository at this point in the history
Problem auto-updates
  • Loading branch information
danielzsh authored Dec 23, 2023
2 parents d1d6bbb + 6ee753d commit e8ec66b
Showing 1 changed file with 32 additions and 0 deletions.
32 changes: 32 additions & 0 deletions problems.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
]
}
}

0 comments on commit e8ec66b

Please sign in to comment.