Skip to content

Commit 71011bb

Browse files
auto-updates
1 parent 5b9d6ad commit 71011bb

File tree

1 file changed

+360
-0
lines changed

1 file changed

+360
-0
lines changed

problems.json

+360
Original file line numberDiff line numberDiff line change
@@ -15396,5 +15396,365 @@
1539615396
"output": "2\n3\n5\n4\n2\n"
1539715397
}
1539815398
]
15399+
},
15400+
"1419": {
15401+
"id": 1419,
15402+
"url": "https://usaco.org/index.php?page=viewproblem2&cpid=1419",
15403+
"source": {
15404+
"sourceString": "2024 US Open Bronze",
15405+
"year": 2024,
15406+
"contest": "US Open",
15407+
"division": "Bronze"
15408+
},
15409+
"submittable": true,
15410+
"title": {
15411+
"titleString": "1. Logical Moos",
15412+
"place": 1,
15413+
"name": "Logical Moos"
15414+
},
15415+
"input": "stdin",
15416+
"output": "stdout",
15417+
"samples": [
15418+
{
15419+
"input": "5 7\nfalse and true or true\n1 1 false\n1 3 true\n1 5 false\n3 3 true\n3 3 false\n5 5 false\n5 5 true\n",
15420+
"output": "NYYYNYY\n"
15421+
},
15422+
{
15423+
"input": "13 4\nfalse or true and false and false and true or true and false\n1 5 false\n3 11 true\n3 11 false\n13 13 true\n",
15424+
"output": "YNYY\n"
15425+
}
15426+
]
15427+
},
15428+
"1420": {
15429+
"id": 1420,
15430+
"url": "https://usaco.org/index.php?page=viewproblem2&cpid=1420",
15431+
"source": {
15432+
"sourceString": "2024 US Open Bronze",
15433+
"year": 2024,
15434+
"contest": "US Open",
15435+
"division": "Bronze"
15436+
},
15437+
"submittable": true,
15438+
"title": {
15439+
"titleString": "2. Walking Along a Fence",
15440+
"place": 2,
15441+
"name": "Walking Along a Fence"
15442+
},
15443+
"input": "stdin",
15444+
"output": "stdout",
15445+
"samples": [
15446+
{
15447+
"input": "5 4\n0 0\n2 0\n2 2\n0 2\n0 0 0 2\n0 2 1 0\n2 1 0 2\n1 0 1 2\n1 2 1 0\n",
15448+
"output": "2\n3\n3\n4\n4\n"
15449+
}
15450+
]
15451+
},
15452+
"1421": {
15453+
"id": 1421,
15454+
"url": "https://usaco.org/index.php?page=viewproblem2&cpid=1421",
15455+
"source": {
15456+
"sourceString": "2024 US Open Bronze",
15457+
"year": 2024,
15458+
"contest": "US Open",
15459+
"division": "Bronze"
15460+
},
15461+
"submittable": true,
15462+
"title": {
15463+
"titleString": "3. Farmer John's Favorite Permutation",
15464+
"place": 3,
15465+
"name": "Farmer John's Favorite Permutation"
15466+
},
15467+
"input": "stdin",
15468+
"output": "stdout",
15469+
"samples": [
15470+
{
15471+
"input": "5\n2\n1\n2\n2\n4\n1 1 1\n4\n2 1 1\n4\n3 2 1\n",
15472+
"output": "1 2\n-1\n-1\n3 1 2 4\n1 2 3 4\n"
15473+
}
15474+
]
15475+
},
15476+
"1422": {
15477+
"id": 1422,
15478+
"url": "https://usaco.org/index.php?page=viewproblem2&cpid=1422",
15479+
"source": {
15480+
"sourceString": "2024 US Open Silver",
15481+
"year": 2024,
15482+
"contest": "US Open",
15483+
"division": "Silver"
15484+
},
15485+
"submittable": true,
15486+
"title": {
15487+
"titleString": "1. Bessie's Interview",
15488+
"place": 1,
15489+
"name": "Bessie's Interview"
15490+
},
15491+
"input": "stdin",
15492+
"output": "stdout",
15493+
"samples": [
15494+
{
15495+
"input": "6 3\n3 1 4159 2 6 5\n",
15496+
"output": "8\n110\n"
15497+
}
15498+
]
15499+
},
15500+
"1423": {
15501+
"id": 1423,
15502+
"url": "https://usaco.org/index.php?page=viewproblem2&cpid=1423",
15503+
"source": {
15504+
"sourceString": "2024 US Open Silver",
15505+
"year": 2024,
15506+
"contest": "US Open",
15507+
"division": "Silver"
15508+
},
15509+
"submittable": true,
15510+
"title": {
15511+
"titleString": "2. Painting Fence Posts",
15512+
"place": 2,
15513+
"name": "Painting Fence Posts"
15514+
},
15515+
"input": "stdin",
15516+
"output": "stdout",
15517+
"samples": [
15518+
{
15519+
"input": "5 4\n3 1\n1 5\n3 5\n1 1\n2 1 1 5\n1 5 3 4\n3 1 3 5\n2 1 2 1\n3 2 3 3\n",
15520+
"output": "1\n2\n2\n1\n"
15521+
},
15522+
{
15523+
"input": "2 8\n1 1\n1 2\n0 2\n0 3\n0 0\n0 1\n2 3\n2 0\n1 1 2 1\n1 0 1 3\n",
15524+
"output": "1\n0\n0\n0\n1\n1\n1\n2\n"
15525+
},
15526+
{
15527+
"input": "1 12\n0 0\n2 0\n2 1\n1 1\n1 2\n3 2\n3 3\n1 3\n1 4\n2 4\n2 5\n0 5\n2 2 0 2\n",
15528+
"output": "1\n1\n1\n1\n1\n0\n0\n0\n0\n0\n0\n0\n"
15529+
}
15530+
]
15531+
},
15532+
"1424": {
15533+
"id": 1424,
15534+
"url": "https://usaco.org/index.php?page=viewproblem2&cpid=1424",
15535+
"source": {
15536+
"sourceString": "2024 US Open Silver",
15537+
"year": 2024,
15538+
"contest": "US Open",
15539+
"division": "Silver"
15540+
},
15541+
"submittable": true,
15542+
"title": {
15543+
"titleString": "3. The 'Winning' Gene",
15544+
"place": 3,
15545+
"name": "The 'Winning' Gene"
15546+
},
15547+
"input": "stdin",
15548+
"output": "stdout",
15549+
"samples": [
15550+
{
15551+
"input": "8\nAGTCAACG\n",
15552+
"output": "11\n10\n5\n4\n2\n2\n1\n1\n"
15553+
}
15554+
]
15555+
},
15556+
"1425": {
15557+
"id": 1425,
15558+
"url": "https://usaco.org/index.php?page=viewproblem2&cpid=1425",
15559+
"source": {
15560+
"sourceString": "2024 US Open Gold",
15561+
"year": 2024,
15562+
"contest": "US Open",
15563+
"division": "Gold"
15564+
},
15565+
"submittable": true,
15566+
"title": {
15567+
"titleString": "1. Cowreography",
15568+
"place": 1,
15569+
"name": "Cowreography"
15570+
},
15571+
"input": "stdin",
15572+
"output": "stdout",
15573+
"samples": [
15574+
{
15575+
"input": "4 1\n0111\n1110\n",
15576+
"output": "3\n"
15577+
},
15578+
{
15579+
"input": "5 2\n11000\n00011\n",
15580+
"output": "3\n"
15581+
},
15582+
{
15583+
"input": "5 4\n11000\n00011\n",
15584+
"output": "2\n"
15585+
}
15586+
]
15587+
},
15588+
"1426": {
15589+
"id": 1426,
15590+
"url": "https://usaco.org/index.php?page=viewproblem2&cpid=1426",
15591+
"source": {
15592+
"sourceString": "2024 US Open Gold",
15593+
"year": 2024,
15594+
"contest": "US Open",
15595+
"division": "Gold"
15596+
},
15597+
"submittable": true,
15598+
"title": {
15599+
"titleString": "2. Grass Segments",
15600+
"place": 2,
15601+
"name": "Grass Segments"
15602+
},
15603+
"input": "stdin",
15604+
"output": "stdout",
15605+
"samples": [
15606+
{
15607+
"input": "2\n3 6 3\n4 7 2\n",
15608+
"output": "0\n1\n"
15609+
},
15610+
{
15611+
"input": "4\n3 6 1\n2 5 1\n4 10 1\n1 4 1\n",
15612+
"output": "3\n3\n2\n2\n"
15613+
},
15614+
{
15615+
"input": "5\n8 10 2\n4 9 2\n3 7 4\n5 7 1\n2 7 1\n",
15616+
"output": "0\n3\n1\n3\n3\n"
15617+
}
15618+
]
15619+
},
15620+
"1427": {
15621+
"id": 1427,
15622+
"url": "https://usaco.org/index.php?page=viewproblem2&cpid=1427",
15623+
"source": {
15624+
"sourceString": "2024 US Open Gold",
15625+
"year": 2024,
15626+
"contest": "US Open",
15627+
"division": "Gold"
15628+
},
15629+
"submittable": true,
15630+
"title": {
15631+
"titleString": "3. Smaller Averages",
15632+
"place": 3,
15633+
"name": "Smaller Averages"
15634+
},
15635+
"input": "stdin",
15636+
"output": "stdout",
15637+
"samples": [
15638+
{
15639+
"input": "2\n1 2\n2 2\n",
15640+
"output": "2\n"
15641+
},
15642+
{
15643+
"input": "3\n1 3 2\n2 2 2\n",
15644+
"output": "3\n"
15645+
},
15646+
{
15647+
"input": "5\n2 5 1 3 2\n2 1 5 2 2\n",
15648+
"output": "1\n"
15649+
},
15650+
{
15651+
"input": "7\n3 5 2 3 4 4 1\n5 3 5 3 3 4 1\n",
15652+
"output": "140\n"
15653+
}
15654+
]
15655+
},
15656+
"1428": {
15657+
"id": 1428,
15658+
"url": "https://usaco.org/index.php?page=viewproblem2&cpid=1428",
15659+
"source": {
15660+
"sourceString": "2024 US Open Platinum",
15661+
"year": 2024,
15662+
"contest": "US Open",
15663+
"division": "Platinum"
15664+
},
15665+
"submittable": true,
15666+
"title": {
15667+
"titleString": "1. Identity Theft",
15668+
"place": 1,
15669+
"name": "Identity Theft"
15670+
},
15671+
"input": "stdin",
15672+
"output": "stdout",
15673+
"samples": [
15674+
{
15675+
"input": "3\n1\n1\n1\n",
15676+
"output": "5\n"
15677+
},
15678+
{
15679+
"input": "3\n1\n11\n111\n",
15680+
"output": "2\n"
15681+
},
15682+
{
15683+
"input": "3\n1\n1\n11\n",
15684+
"output": "4\n"
15685+
},
15686+
{
15687+
"input": "5\n0\n01\n0011\n010\n01\n",
15688+
"output": "6\n"
15689+
},
15690+
{
15691+
"input": "14\n0\n1\n1\n0\n1\n0\n1\n1\n1\n1\n1\n0\n0\n1\n",
15692+
"output": "41\n"
15693+
}
15694+
]
15695+
},
15696+
"1429": {
15697+
"id": 1429,
15698+
"url": "https://usaco.org/index.php?page=viewproblem2&cpid=1429",
15699+
"source": {
15700+
"sourceString": "2024 US Open Platinum",
15701+
"year": 2024,
15702+
"contest": "US Open",
15703+
"division": "Platinum"
15704+
},
15705+
"submittable": true,
15706+
"title": {
15707+
"titleString": "2. Splitting Haybales",
15708+
"place": 2,
15709+
"name": "Splitting Haybales"
15710+
},
15711+
"input": "stdin",
15712+
"output": "stdout",
15713+
"samples": [
15714+
{
15715+
"input": "2\n3 1\n15\n1 1 -2\n1 1 -1\n1 1 0\n1 1 1\n1 1 2\n1 2 -2\n1 2 -1\n1 2 0\n1 2 1\n1 2 2\n2 2 -2\n2 2 -1\n2 2 0\n2 2 1\n2 2 2\n",
15716+
"output": "1\n2\n3\n-2\n-1\n0\n1\n2\n-1\n0\n-1\n0\n1\n0\n1\n"
15717+
},
15718+
{
15719+
"input": "5\n4 4 3 1 1\n7\n1 1 20\n1 2 20\n1 5 20\n1 1 0\n1 5 0\n1 4 0\n3 5 2\n",
15720+
"output": "16\n12\n7\n4\n1\n2\n1\n"
15721+
}
15722+
]
15723+
},
15724+
"1430": {
15725+
"id": 1430,
15726+
"url": "https://usaco.org/index.php?page=viewproblem2&cpid=1430",
15727+
"source": {
15728+
"sourceString": "2024 US Open Platinum",
15729+
"year": 2024,
15730+
"contest": "US Open",
15731+
"division": "Platinum"
15732+
},
15733+
"submittable": true,
15734+
"title": {
15735+
"titleString": "3. Activating Robots",
15736+
"place": 3,
15737+
"name": "Activating Robots"
15738+
},
15739+
"input": "stdin",
15740+
"output": "stdout",
15741+
"samples": [
15742+
{
15743+
"input": "10 2 1 2\n6\n",
15744+
"output": "22\n"
15745+
},
15746+
{
15747+
"input": "10 2 1 2\n7\n",
15748+
"output": "4\n"
15749+
},
15750+
{
15751+
"input": "32 4 5 2\n0 23 12 5 11\n",
15752+
"output": "48\n"
15753+
},
15754+
{
15755+
"input": "24 3 1 2\n16\n",
15756+
"output": "48\n"
15757+
}
15758+
]
1539915759
}
1540015760
}

0 commit comments

Comments
 (0)