Skip to content

Commit 03f5b5c

Browse files
auto-updates
1 parent 04537b1 commit 03f5b5c

File tree

1 file changed

+344
-0
lines changed

1 file changed

+344
-0
lines changed

problems.json

+344
Original file line numberDiff line numberDiff line change
@@ -15052,5 +15052,349 @@
1505215052
"output": "441563023\n"
1505315053
}
1505415054
]
15055+
},
15056+
"1395": {
15057+
"id": 1395,
15058+
"url": "https://usaco.org/index.php?page=viewproblem2&cpid=1395",
15059+
"source": {
15060+
"sourceString": "2024 February Bronze",
15061+
"year": 2024,
15062+
"contest": "February",
15063+
"division": "Bronze"
15064+
},
15065+
"submittable": true,
15066+
"title": {
15067+
"titleString": "1. Palindrome Game",
15068+
"place": 1,
15069+
"name": "Palindrome Game"
15070+
},
15071+
"input": "stdin",
15072+
"output": "stdout",
15073+
"samples": [
15074+
{
15075+
"input": "3\n8\n10\n12\n",
15076+
"output": "B\nE\nB\n"
15077+
}
15078+
]
15079+
},
15080+
"1396": {
15081+
"id": 1396,
15082+
"url": "https://usaco.org/index.php?page=viewproblem2&cpid=1396",
15083+
"source": {
15084+
"sourceString": "2024 February Bronze",
15085+
"year": 2024,
15086+
"contest": "February",
15087+
"division": "Bronze"
15088+
},
15089+
"submittable": true,
15090+
"title": {
15091+
"titleString": "2. Milk Exchange",
15092+
"place": 2,
15093+
"name": "Milk Exchange"
15094+
},
15095+
"input": "stdin",
15096+
"output": "stdout",
15097+
"samples": [
15098+
{
15099+
"input": "3 1\nRRL\n1 1 1\n",
15100+
"output": "2\n"
15101+
},
15102+
{
15103+
"input": "5 20\nLLLLL\n3 3 2 3 3\n",
15104+
"output": "14\n"
15105+
},
15106+
{
15107+
"input": "9 5\nRRRLRRLLR\n5 8 4 9 3 4 9 5 4\n",
15108+
"output": "38\n"
15109+
}
15110+
]
15111+
},
15112+
"1397": {
15113+
"id": 1397,
15114+
"url": "https://usaco.org/index.php?page=viewproblem2&cpid=1397",
15115+
"source": {
15116+
"sourceString": "2024 February Bronze",
15117+
"year": 2024,
15118+
"contest": "February",
15119+
"division": "Bronze"
15120+
},
15121+
"submittable": true,
15122+
"title": {
15123+
"titleString": "3. Maximizing Productivity",
15124+
"place": 3,
15125+
"name": "Maximizing Productivity"
15126+
},
15127+
"input": "stdin",
15128+
"output": "stdout",
15129+
"samples": [
15130+
{
15131+
"input": "5 5\n3 5 7 9 12\n4 2 3 3 8\n1 5\n1 6\n3 3\n4 2\n5 1\n",
15132+
"output": "YES\nNO\nYES\nYES\nNO\n"
15133+
}
15134+
]
15135+
},
15136+
"1398": {
15137+
"id": 1398,
15138+
"url": "https://usaco.org/index.php?page=viewproblem2&cpid=1398",
15139+
"source": {
15140+
"sourceString": "2024 February Silver",
15141+
"year": 2024,
15142+
"contest": "February",
15143+
"division": "Silver"
15144+
},
15145+
"submittable": true,
15146+
"title": {
15147+
"titleString": "1. Target Practice II",
15148+
"place": 1,
15149+
"name": "Target Practice II"
15150+
},
15151+
"input": "stdin",
15152+
"output": "stdout",
15153+
"samples": [
15154+
{
15155+
"input": "3\n2 1\n1 3 6\n4 6 3\n1 -1 2 -2 3 -3 4 -4\n2 1\n1 3 6\n4 6 3\n1 1 2 2 3 3 4 4\n2 1\n1 3 3\n4 6 3\n1 -1 2 -2 3 -3 4 -4\n",
15156+
"output": "17\n-1\n11\n"
15157+
}
15158+
]
15159+
},
15160+
"1399": {
15161+
"id": 1399,
15162+
"url": "https://usaco.org/index.php?page=viewproblem2&cpid=1399",
15163+
"source": {
15164+
"sourceString": "2024 February Silver",
15165+
"year": 2024,
15166+
"contest": "February",
15167+
"division": "Silver"
15168+
},
15169+
"submittable": true,
15170+
"title": {
15171+
"titleString": "2. Test Tubes",
15172+
"place": 2,
15173+
"name": "Test Tubes"
15174+
},
15175+
"input": "stdin",
15176+
"output": "stdout",
15177+
"samples": [
15178+
{
15179+
"input": "6\n4 1\n1221\n2211\n4 2\n1221\n2211\n4 3\n1221\n2211\n6 3\n222222\n111112\n4 3\n1121\n1222\n4 2\n1121\n1222\n",
15180+
"output": "4\n4\n1 2\n1 3\n2 1\n3 2\n4\n1 2\n1 3\n2 1\n3 2\n1\n2 1\n5\n2 3\n1 2\n1 3\n1 2\n3 1\n6\n2 3\n1 2\n1 3\n1 2\n2 1\n3 2\n"
15181+
}
15182+
]
15183+
},
15184+
"1400": {
15185+
"id": 1400,
15186+
"url": "https://usaco.org/index.php?page=viewproblem2&cpid=1400",
15187+
"source": {
15188+
"sourceString": "2024 February Silver",
15189+
"year": 2024,
15190+
"contest": "February",
15191+
"division": "Silver"
15192+
},
15193+
"submittable": true,
15194+
"title": {
15195+
"titleString": "3. Moorbles",
15196+
"place": 3,
15197+
"name": "Moorbles"
15198+
},
15199+
"input": "stdin",
15200+
"output": "stdout",
15201+
"samples": [
15202+
{
15203+
"input": "2\n10 3 2\n2 5\n1 3\n1 3\n10 3 3\n2 7 5\n8 3 4\n2 5 6\n",
15204+
"output": "Even Even Odd\n-1\n"
15205+
},
15206+
{
15207+
"input": "1\n20 8 2\n3 5\n3 5\n3 5\n3 5\n3 5\n3 5\n3 5\n3 5\n",
15208+
"output": "Even Even Even Odd Even Odd Even Odd\n"
15209+
}
15210+
]
15211+
},
15212+
"1401": {
15213+
"id": 1401,
15214+
"url": "https://usaco.org/index.php?page=viewproblem2&cpid=1401",
15215+
"source": {
15216+
"sourceString": "2024 February Gold",
15217+
"year": 2024,
15218+
"contest": "February",
15219+
"division": "Gold"
15220+
},
15221+
"submittable": true,
15222+
"title": {
15223+
"titleString": "1. Bessla Motors",
15224+
"place": 1,
15225+
"name": "Bessla Motors"
15226+
},
15227+
"input": "stdin",
15228+
"output": "stdout",
15229+
"samples": [
15230+
{
15231+
"input": "3 3 1 4 1\n1 2 3\n1 3 5\n2 3 2\n",
15232+
"output": "1\n2\n"
15233+
},
15234+
{
15235+
"input": "4 3 2 101 2\n1 2 1\n2 3 100\n1 4 10\n",
15236+
"output": "2\n3\n4\n"
15237+
},
15238+
{
15239+
"input": "4 3 2 100 2\n1 2 1\n2 3 100\n1 4 10\n",
15240+
"output": "1\n4\n"
15241+
}
15242+
]
15243+
},
15244+
"1402": {
15245+
"id": 1402,
15246+
"url": "https://usaco.org/index.php?page=viewproblem2&cpid=1402",
15247+
"source": {
15248+
"sourceString": "2024 February Gold",
15249+
"year": 2024,
15250+
"contest": "February",
15251+
"division": "Gold"
15252+
},
15253+
"submittable": true,
15254+
"title": {
15255+
"titleString": "2. Milk Exchange",
15256+
"place": 2,
15257+
"name": "Milk Exchange"
15258+
},
15259+
"input": "stdin",
15260+
"output": "stdout",
15261+
"samples": [
15262+
{
15263+
"input": "6\n2 2 2 1 2 1\n",
15264+
"output": "8\n7\n6\n6\n6\n6\n"
15265+
},
15266+
{
15267+
"input": "8\n3 8 6 4 8 3 8 1\n",
15268+
"output": "25\n20\n17\n14\n12\n10\n8\n8\n"
15269+
},
15270+
{
15271+
"input": "10\n9 9 10 10 6 8 2 1000000000 1000000000 1000000000\n",
15272+
"output": "2000000053\n1000000054\n56\n49\n42\n35\n28\n24\n20\n20\n"
15273+
}
15274+
]
15275+
},
15276+
"1403": {
15277+
"id": 1403,
15278+
"url": "https://usaco.org/index.php?page=viewproblem2&cpid=1403",
15279+
"source": {
15280+
"sourceString": "2024 February Gold",
15281+
"year": 2024,
15282+
"contest": "February",
15283+
"division": "Gold"
15284+
},
15285+
"submittable": true,
15286+
"title": {
15287+
"titleString": "3. Quantum Moochanics",
15288+
"place": 3,
15289+
"name": "Quantum Moochanics"
15290+
},
15291+
"input": "stdin",
15292+
"output": "stdout",
15293+
"samples": [
15294+
{
15295+
"input": "4\n2\n1 11\n1 1\n2\n1 12\n1 1\n2\n1 11\n4 6\n2\n1 11\n4 5\n",
15296+
"output": "9 9\n11 11\n1 1\n3 3\n"
15297+
},
15298+
{
15299+
"input": "2\n4\n1 3 5 8\n1 1 1 1\n4\n1 4 5 8\n1 1 1 1\n",
15300+
"output": "1 1 3 3\n7 2 2 7\n"
15301+
}
15302+
]
15303+
},
15304+
"1404": {
15305+
"id": 1404,
15306+
"url": "https://usaco.org/index.php?page=viewproblem2&cpid=1404",
15307+
"source": {
15308+
"sourceString": "2024 February Platinum",
15309+
"year": 2024,
15310+
"contest": "February",
15311+
"division": "Platinum"
15312+
},
15313+
"submittable": true,
15314+
"title": {
15315+
"titleString": "1. Lazy Cow",
15316+
"place": 1,
15317+
"name": "Lazy Cow"
15318+
},
15319+
"input": "stdin",
15320+
"output": "stdout",
15321+
"samples": [
15322+
{
15323+
"input": "4\n5 11\n6 10\n10 15\n10 30\n",
15324+
"output": "21\n21\n25\n90\n"
15325+
},
15326+
{
15327+
"input": "2\n100 5\n100 1000000000000\n",
15328+
"output": "5\n627323485\n"
15329+
},
15330+
{
15331+
"input": "20\n303590 482848034083\n180190 112716918480\n312298 258438719980\n671877 605558355401\n662137 440411075067\n257593 261569032231\n766172 268433874550\n8114 905639446594\n209577 11155741818\n227183 874665904430\n896141 55422874585\n728247 456681845046\n193800 632739601224\n443005 623200306681\n330325 955479269245\n377303 177279745225\n880246 22559233849\n58084 155169139314\n813702 758370488574\n929760 785245728062\n",
15332+
"output": "108753959\n108753959\n108753959\n148189797\n148189797\n148189797\n148189797\n32884410\n32884410\n32884410\n32884410\n32884410\n32884410\n32884410\n3883759\n3883759\n3883759\n3883759\n3883759\n3883759\n"
15333+
}
15334+
]
15335+
},
15336+
"1405": {
15337+
"id": 1405,
15338+
"url": "https://usaco.org/index.php?page=viewproblem2&cpid=1405",
15339+
"source": {
15340+
"sourceString": "2024 February Platinum",
15341+
"year": 2024,
15342+
"contest": "February",
15343+
"division": "Platinum"
15344+
},
15345+
"submittable": true,
15346+
"title": {
15347+
"titleString": "2. Minimum Sum of Maximums",
15348+
"place": 2,
15349+
"name": "Minimum Sum of Maximums"
15350+
},
15351+
"input": "stdin",
15352+
"output": "stdout",
15353+
"samples": [
15354+
{
15355+
"input": "3 0\n1 100 10\n\n",
15356+
"output": "110\n"
15357+
},
15358+
{
15359+
"input": "3 1\n1 100 10\n3\n",
15360+
"output": "110\n"
15361+
},
15362+
{
15363+
"input": "3 1\n1 100 10\n2\n",
15364+
"output": "200\n"
15365+
},
15366+
{
15367+
"input": "4 2\n1 3 2 4\n2 3\n",
15368+
"output": "9\n"
15369+
}
15370+
]
15371+
},
15372+
"1406": {
15373+
"id": 1406,
15374+
"url": "https://usaco.org/index.php?page=viewproblem2&cpid=1406",
15375+
"source": {
15376+
"sourceString": "2024 February Platinum",
15377+
"year": 2024,
15378+
"contest": "February",
15379+
"division": "Platinum"
15380+
},
15381+
"submittable": true,
15382+
"title": {
15383+
"titleString": "3. Infinite Adventure",
15384+
"place": 3,
15385+
"name": "Infinite Adventure"
15386+
},
15387+
"input": "stdin",
15388+
"output": "stdout",
15389+
"samples": [
15390+
{
15391+
"input": "5 4\n1 2 1 2 8\n2\n3 4\n4\n2 3\n5 5 5 5 5 1 5 5\n2 4 3\n3 3 6\n5 3 2\n5 3 7\n",
15392+
"output": "2\n2\n5\n4\n"
15393+
},
15394+
{
15395+
"input": "5 5\n1 2 1 2 8\n2\n3 4\n4\n2 3\n5 5 5 5 5 1 5 5\n2 4 3\n3 2 6\n5 3 2\n5 3 7\n5 3 1000000000000000000\n",
15396+
"output": "2\n3\n5\n4\n2\n"
15397+
}
15398+
]
1505515399
}
1505615400
}

0 commit comments

Comments
 (0)