@@ -15052,5 +15052,349 @@
15052
15052
"output" : " 441563023\n "
15053
15053
}
15054
15054
]
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\n 8\n 10\n 12\n " ,
15076
+ "output" : " B\n E\n B\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\n RRL\n 1 1 1\n " ,
15100
+ "output" : " 2\n "
15101
+ },
15102
+ {
15103
+ "input" : " 5 20\n LLLLL\n 3 3 2 3 3\n " ,
15104
+ "output" : " 14\n "
15105
+ },
15106
+ {
15107
+ "input" : " 9 5\n RRRLRRLLR\n 5 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\n 3 5 7 9 12\n 4 2 3 3 8\n 1 5\n 1 6\n 3 3\n 4 2\n 5 1\n " ,
15132
+ "output" : " YES\n NO\n YES\n YES\n NO\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\n 2 1\n 1 3 6\n 4 6 3\n 1 -1 2 -2 3 -3 4 -4\n 2 1\n 1 3 6\n 4 6 3\n 1 1 2 2 3 3 4 4\n 2 1\n 1 3 3\n 4 6 3\n 1 -1 2 -2 3 -3 4 -4\n " ,
15156
+ "output" : " 17\n -1\n 11\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\n 4 1\n 1221\n 2211\n 4 2\n 1221\n 2211\n 4 3\n 1221\n 2211\n 6 3\n 222222\n 111112\n 4 3\n 1121\n 1222\n 4 2\n 1121\n 1222\n " ,
15180
+ "output" : " 4\n 4\n 1 2\n 1 3\n 2 1\n 3 2\n 4\n 1 2\n 1 3\n 2 1\n 3 2\n 1\n 2 1\n 5\n 2 3\n 1 2\n 1 3\n 1 2\n 3 1\n 6\n 2 3\n 1 2\n 1 3\n 1 2\n 2 1\n 3 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\n 10 3 2\n 2 5\n 1 3\n 1 3\n 10 3 3\n 2 7 5\n 8 3 4\n 2 5 6\n " ,
15204
+ "output" : " Even Even Odd\n -1\n "
15205
+ },
15206
+ {
15207
+ "input" : " 1\n 20 8 2\n 3 5\n 3 5\n 3 5\n 3 5\n 3 5\n 3 5\n 3 5\n 3 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\n 1 2 3\n 1 3 5\n 2 3 2\n " ,
15232
+ "output" : " 1\n 2\n "
15233
+ },
15234
+ {
15235
+ "input" : " 4 3 2 101 2\n 1 2 1\n 2 3 100\n 1 4 10\n " ,
15236
+ "output" : " 2\n 3\n 4\n "
15237
+ },
15238
+ {
15239
+ "input" : " 4 3 2 100 2\n 1 2 1\n 2 3 100\n 1 4 10\n " ,
15240
+ "output" : " 1\n 4\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\n 2 2 2 1 2 1\n " ,
15264
+ "output" : " 8\n 7\n 6\n 6\n 6\n 6\n "
15265
+ },
15266
+ {
15267
+ "input" : " 8\n 3 8 6 4 8 3 8 1\n " ,
15268
+ "output" : " 25\n 20\n 17\n 14\n 12\n 10\n 8\n 8\n "
15269
+ },
15270
+ {
15271
+ "input" : " 10\n 9 9 10 10 6 8 2 1000000000 1000000000 1000000000\n " ,
15272
+ "output" : " 2000000053\n 1000000054\n 56\n 49\n 42\n 35\n 28\n 24\n 20\n 20\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\n 2\n 1 11\n 1 1\n 2\n 1 12\n 1 1\n 2\n 1 11\n 4 6\n 2\n 1 11\n 4 5\n " ,
15296
+ "output" : " 9 9\n 11 11\n 1 1\n 3 3\n "
15297
+ },
15298
+ {
15299
+ "input" : " 2\n 4\n 1 3 5 8\n 1 1 1 1\n 4\n 1 4 5 8\n 1 1 1 1\n " ,
15300
+ "output" : " 1 1 3 3\n 7 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\n 5 11\n 6 10\n 10 15\n 10 30\n " ,
15324
+ "output" : " 21\n 21\n 25\n 90\n "
15325
+ },
15326
+ {
15327
+ "input" : " 2\n 100 5\n 100 1000000000000\n " ,
15328
+ "output" : " 5\n 627323485\n "
15329
+ },
15330
+ {
15331
+ "input" : " 20\n 303590 482848034083\n 180190 112716918480\n 312298 258438719980\n 671877 605558355401\n 662137 440411075067\n 257593 261569032231\n 766172 268433874550\n 8114 905639446594\n 209577 11155741818\n 227183 874665904430\n 896141 55422874585\n 728247 456681845046\n 193800 632739601224\n 443005 623200306681\n 330325 955479269245\n 377303 177279745225\n 880246 22559233849\n 58084 155169139314\n 813702 758370488574\n 929760 785245728062\n " ,
15332
+ "output" : " 108753959\n 108753959\n 108753959\n 148189797\n 148189797\n 148189797\n 148189797\n 32884410\n 32884410\n 32884410\n 32884410\n 32884410\n 32884410\n 32884410\n 3883759\n 3883759\n 3883759\n 3883759\n 3883759\n 3883759\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\n 1 100 10\n\n " ,
15356
+ "output" : " 110\n "
15357
+ },
15358
+ {
15359
+ "input" : " 3 1\n 1 100 10\n 3\n " ,
15360
+ "output" : " 110\n "
15361
+ },
15362
+ {
15363
+ "input" : " 3 1\n 1 100 10\n 2\n " ,
15364
+ "output" : " 200\n "
15365
+ },
15366
+ {
15367
+ "input" : " 4 2\n 1 3 2 4\n 2 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\n 1 2 1 2 8\n 2\n 3 4\n 4\n 2 3\n 5 5 5 5 5 1 5 5\n 2 4 3\n 3 3 6\n 5 3 2\n 5 3 7\n " ,
15392
+ "output" : " 2\n 2\n 5\n 4\n "
15393
+ },
15394
+ {
15395
+ "input" : " 5 5\n 1 2 1 2 8\n 2\n 3 4\n 4\n 2 3\n 5 5 5 5 5 1 5 5\n 2 4 3\n 3 2 6\n 5 3 2\n 5 3 7\n 5 3 1000000000000000000\n " ,
15396
+ "output" : " 2\n 3\n 5\n 4\n 2\n "
15397
+ }
15398
+ ]
15055
15399
}
15056
15400
}
0 commit comments