Skip to content

Commit 7aede41

Browse files
authored
Update Lagrange.problems.json
1 parent aacd1a3 commit 7aede41

File tree

1 file changed

+38
-12
lines changed

1 file changed

+38
-12
lines changed

content/6_Advanced/Lagrange.problems.json

+38-12
Original file line numberDiff line numberDiff line change
@@ -2,30 +2,30 @@
22
"MODULE_ID": "lagrange",
33
"sample": [
44
{
5-
"uniqueId": "usaco-697",
6-
"name": "Tall Barn",
7-
"url": "http://www.usaco.org/index.php?page=viewproblem2&cpid=697",
8-
"source": "Platinum",
5+
"uniqueId": "noisg-19-feast",
6+
"name": "2019 - Feast",
7+
"url": "https://oj.uz/problem/view/NOI19_feast",
8+
"source": "NOI.sg",
99
"difficulty": "Easy",
1010
"isStarred": false,
1111
"tags": [],
1212
"solutionMetadata": {
13-
"kind": "USACO",
14-
"usacoId": "697"
13+
"kind": "internal"
1514
}
1615
}
1716
],
1817
"probs": [
1918
{
20-
"uniqueId": "noisg-19-feast",
21-
"name": "2019 - Feast",
22-
"url": "https://oj.uz/problem/view/NOI19_feast",
23-
"source": "NOI.sg",
24-
"difficulty": "Very Easy",
19+
"uniqueId": "usaco-697",
20+
"name": "Tall Barn",
21+
"url": "http://www.usaco.org/index.php?page=viewproblem2&cpid=697",
22+
"source": "Platinum",
23+
"difficulty": "Easy",
2524
"isStarred": false,
2625
"tags": [],
2726
"solutionMetadata": {
28-
"kind": "internal"
27+
"kind": "USACO",
28+
"usacoId": "697"
2929
}
3030
},
3131
{
@@ -41,6 +41,32 @@
4141
"site": "CF"
4242
}
4343
},
44+
{
45+
"uniqueId": "cf-1661F",
46+
"name": "Teleporters",
47+
"url": "https://codeforces.com/problemset/problem/1661/F",
48+
"source": "CF",
49+
"difficulty": "Normal",
50+
"isStarred": true,
51+
"tags": [],
52+
"solutionMetadata": {
53+
"kind": "autogen-label-from-site",
54+
"site": "CF"
55+
}
56+
},
57+
{
58+
"uniqueId": "fhc-Vacation",
59+
"name": "Vacation",
60+
"url": "https://www.facebook.com/codingcompetitions/hacker-cup/2021/final-round/problems/D",
61+
"source": "FHC",
62+
"difficulty": "Normal",
63+
"isStarred": false,
64+
"tags": [],
65+
"solutionMetadata": {
66+
"kind": "autogen-label-from-site",
67+
"site": "FHC"
68+
}
69+
},
4470
{
4571
"uniqueId": "kattis-blazingnewtrails",
4672
"name": "Blazing New Trails",

0 commit comments

Comments
 (0)