instruction
stringclasses
605 values
input
stringlengths
2
1.96k
output
stringlengths
0
1.51k
category
stringclasses
613 values
In this task you will be given a list of integers. For every element in the list, if the element is positive you should multiply it by 2. If the element is negative you should multiply it by -3. The output should be a list of integers that is the result of applying that logic to the input list. Note: A list is presen...
[51, -85, 1, 74, 97, 35, 84, -37, -92, 6, -48]
[102, 255, 2, 148, 194, 70, 168, 111, 276, 12, 144]
Program Execution 1002.json
In this task you will be given a list of integers. For every element in the list, if the element is positive you should multiply it by 2. If the element is negative you should multiply it by -3. The output should be a list of integers that is the result of applying that logic to the input list. Note: A list is presen...
[96, -96, 75, -30]
[192, 288, 150, 90]
Program Execution 1002.json
In this task you will be given a list of integers. For every element in the list, if the element is positive you should multiply it by 2. If the element is negative you should multiply it by -3. The output should be a list of integers that is the result of applying that logic to the input list. Note: A list is presen...
[45, -55, 37, 81, 6]
[90, 165, 74, 162, 12]
Program Execution 1002.json
In this task you will be given a list of integers. For every element in the list, if the element is positive you should multiply it by 2. If the element is negative you should multiply it by -3. The output should be a list of integers that is the result of applying that logic to the input list. Note: A list is presen...
[87, 13, -25, 22, -29, -36, 41, -53, -63]
[174, 26, 75, 44, 87, 108, 82, 159, 189]
Program Execution 1002.json
In this task you will be given a list of integers. For every element in the list, if the element is positive you should multiply it by 2. If the element is negative you should multiply it by -3. The output should be a list of integers that is the result of applying that logic to the input list. Note: A list is presen...
[-35, -2, -60, 50, 96]
[105, 6, 180, 100, 192]
Program Execution 1002.json
In this task you will be given a list of integers. For every element in the list, if the element is positive you should multiply it by 2. If the element is negative you should multiply it by -3. The output should be a list of integers that is the result of applying that logic to the input list. Note: A list is presen...
[-63, -52, 8, -83, 87, 30, 39, 11, -66, 34, 57]
[189, 156, 16, 249, 174, 60, 78, 22, 198, 68, 114]
Program Execution 1002.json
In this task you will be given a list of integers. For every element in the list, if the element is positive you should multiply it by 2. If the element is negative you should multiply it by -3. The output should be a list of integers that is the result of applying that logic to the input list. Note: A list is presen...
[-60, -42, 67, -46, 2, 11, 44, -27, -60, -74]
[180, 126, 134, 138, 4, 22, 88, 81, 180, 222]
Program Execution 1002.json
In this task you will be given a list of integers. For every element in the list, if the element is positive you should multiply it by 2. If the element is negative you should multiply it by -3. The output should be a list of integers that is the result of applying that logic to the input list. Note: A list is presen...
[69, -44, 90, -78, -4, -56, -31]
[138, 132, 180, 234, 12, 168, 93]
Program Execution 1002.json
In this task you will be given a list of integers. For every element in the list, if the element is positive you should multiply it by 2. If the element is negative you should multiply it by -3. The output should be a list of integers that is the result of applying that logic to the input list. Note: A list is presen...
[74, -99, 40, 10, 67, 4]
[148, 297, 80, 20, 134, 8]
Program Execution 1002.json
In this task you will be given a list of integers. For every element in the list, if the element is positive you should multiply it by 2. If the element is negative you should multiply it by -3. The output should be a list of integers that is the result of applying that logic to the input list. Note: A list is presen...
[-100, -9, -62, -63, -13, -39, 98, 59, 11, -76, -43]
[300, 27, 186, 189, 39, 117, 196, 118, 22, 228, 129]
Program Execution 1002.json
In this task you will be given a list of integers. For every element in the list, if the element is positive you should multiply it by 2. If the element is negative you should multiply it by -3. The output should be a list of integers that is the result of applying that logic to the input list. Note: A list is presen...
[-43, -45, 8, -34, -54]
[129, 135, 16, 102, 162]
Program Execution 1002.json
In this task you will be given a list of integers. For every element in the list, if the element is positive you should multiply it by 2. If the element is negative you should multiply it by -3. The output should be a list of integers that is the result of applying that logic to the input list. Note: A list is presen...
[14, 100]
[28, 200]
Program Execution 1002.json
In this task you will be given a list of integers. For every element in the list, if the element is positive you should multiply it by 2. If the element is negative you should multiply it by -3. The output should be a list of integers that is the result of applying that logic to the input list. Note: A list is presen...
[-85, 37, -34]
[255, 74, 102]
Program Execution 1002.json
In this task you will be given a list of integers. For every element in the list, if the element is positive you should multiply it by 2. If the element is negative you should multiply it by -3. The output should be a list of integers that is the result of applying that logic to the input list. Note: A list is presen...
[44, 48, -9, 10, 65, 33, -100, -11, 41, 62]
[88, 96, 27, 20, 130, 66, 300, 33, 82, 124]
Program Execution 1002.json
In this task you will be given a list of integers. For every element in the list, if the element is positive you should multiply it by 2. If the element is negative you should multiply it by -3. The output should be a list of integers that is the result of applying that logic to the input list. Note: A list is presen...
[98, 31, -21, 99, -62, -93, 67]
[196, 62, 63, 198, 186, 279, 134]
Program Execution 1002.json
In this task you will be given a list of integers. For every element in the list, if the element is positive you should multiply it by 2. If the element is negative you should multiply it by -3. The output should be a list of integers that is the result of applying that logic to the input list. Note: A list is presen...
[-24, -39, 52, 95, 51, 89, -42, -35, 46, -69, -29]
[72, 117, 104, 190, 102, 178, 126, 105, 92, 207, 87]
Program Execution 1002.json
In this task you will be given a list of integers. For every element in the list, if the element is positive you should multiply it by 2. If the element is negative you should multiply it by -3. The output should be a list of integers that is the result of applying that logic to the input list. Note: A list is presen...
[97, -9, 1, -29, 11, 29, -70, -46, -42, 54, 65]
[194, 27, 2, 87, 22, 58, 210, 138, 126, 108, 130]
Program Execution 1002.json
In this task you will be given a list of integers. For every element in the list, if the element is positive you should multiply it by 2. If the element is negative you should multiply it by -3. The output should be a list of integers that is the result of applying that logic to the input list. Note: A list is presen...
[-11, 80, 0]
[33, 160, 0]
Program Execution 1002.json
In this task you will be given a list of integers. For every element in the list, if the element is positive you should multiply it by 2. If the element is negative you should multiply it by -3. The output should be a list of integers that is the result of applying that logic to the input list. Note: A list is presen...
[11, 37, -5]
[22, 74, 15]
Program Execution 1002.json
In this task you will be given a list of integers. For every element in the list, if the element is positive you should multiply it by 2. If the element is negative you should multiply it by -3. The output should be a list of integers that is the result of applying that logic to the input list. Note: A list is presen...
[96, 30, 4, -48, -52, 9, -86, 18]
[192, 60, 8, 144, 156, 18, 258, 36]
Program Execution 1002.json
In this task you will be given a list of integers. For every element in the list, if the element is positive you should multiply it by 2. If the element is negative you should multiply it by -3. The output should be a list of integers that is the result of applying that logic to the input list. Note: A list is presen...
[77, 91, 60, 79]
[154, 182, 120, 158]
Program Execution 1002.json
In this task you will be given a list of integers. For every element in the list, if the element is positive you should multiply it by 2. If the element is negative you should multiply it by -3. The output should be a list of integers that is the result of applying that logic to the input list. Note: A list is presen...
[59, 20, -2]
[118, 40, 6]
Program Execution 1002.json
In this task you will be given a list of integers. For every element in the list, if the element is positive you should multiply it by 2. If the element is negative you should multiply it by -3. The output should be a list of integers that is the result of applying that logic to the input list. Note: A list is presen...
[27, -27, -28]
[54, 81, 84]
Program Execution 1002.json
In this task you will be given a list of integers. For every element in the list, if the element is positive you should multiply it by 2. If the element is negative you should multiply it by -3. The output should be a list of integers that is the result of applying that logic to the input list. Note: A list is presen...
[79, -63]
[158, 189]
Program Execution 1002.json
In this task you will be given a list of integers. For every element in the list, if the element is positive you should multiply it by 2. If the element is negative you should multiply it by -3. The output should be a list of integers that is the result of applying that logic to the input list. Note: A list is presen...
[-41, -20, -56, 1, -35, 34, -21, -58, 58, 96]
[123, 60, 168, 2, 105, 68, 63, 174, 116, 192]
Program Execution 1002.json
In this task you will be given a list of integers. For every element in the list, if the element is positive you should multiply it by 2. If the element is negative you should multiply it by -3. The output should be a list of integers that is the result of applying that logic to the input list. Note: A list is presen...
[-98, 95, 6, -3, -65]
[294, 190, 12, 9, 195]
Program Execution 1002.json
In this task you will be given a list of integers. For every element in the list, if the element is positive you should multiply it by 2. If the element is negative you should multiply it by -3. The output should be a list of integers that is the result of applying that logic to the input list. Note: A list is presen...
[-85, 60, -24]
[255, 120, 72]
Program Execution 1002.json
In this task you will be given a list of integers. For every element in the list, if the element is positive you should multiply it by 2. If the element is negative you should multiply it by -3. The output should be a list of integers that is the result of applying that logic to the input list. Note: A list is presen...
[-56, -18, -84, 63, 23]
[168, 54, 252, 126, 46]
Program Execution 1002.json
In this task you will be given a list of integers. For every element in the list, if the element is positive you should multiply it by 2. If the element is negative you should multiply it by -3. The output should be a list of integers that is the result of applying that logic to the input list. Note: A list is presen...
[87, -66]
[174, 198]
Program Execution 1002.json
In this task you will be given a list of integers. For every element in the list, if the element is positive you should multiply it by 2. If the element is negative you should multiply it by -3. The output should be a list of integers that is the result of applying that logic to the input list. Note: A list is presen...
[35, -11, 22]
[70, 33, 44]
Program Execution 1002.json
In this task you will be given a list of integers. For every element in the list, if the element is positive you should multiply it by 2. If the element is negative you should multiply it by -3. The output should be a list of integers that is the result of applying that logic to the input list. Note: A list is presen...
[-82, -31, 35, 40, -63]
[246, 93, 70, 80, 189]
Program Execution 1002.json
In this task you will be given a list of integers. For every element in the list, if the element is positive you should multiply it by 2. If the element is negative you should multiply it by -3. The output should be a list of integers that is the result of applying that logic to the input list. Note: A list is presen...
[87, 98, 31, -9, -45, 19]
[174, 196, 62, 27, 135, 38]
Program Execution 1002.json
In this task you will be given a list of integers. For every element in the list, if the element is positive you should multiply it by 2. If the element is negative you should multiply it by -3. The output should be a list of integers that is the result of applying that logic to the input list. Note: A list is presen...
[13, 24, 56, -67, -25, 73, 8, -37]
[26, 48, 112, 201, 75, 146, 16, 111]
Program Execution 1002.json
In this task you will be given a list of integers. For every element in the list, if the element is positive you should multiply it by 2. If the element is negative you should multiply it by -3. The output should be a list of integers that is the result of applying that logic to the input list. Note: A list is presen...
[2, -86, -61, 43, -58, -93, 67, -98, -100, 87]
[4, 258, 183, 86, 174, 279, 134, 294, 300, 174]
Program Execution 1002.json
In this task you will be given a list of integers. For every element in the list, if the element is positive you should multiply it by 2. If the element is negative you should multiply it by -3. The output should be a list of integers that is the result of applying that logic to the input list. Note: A list is presen...
[-3, -94, -74, -30, 62, 99, -67]
[9, 282, 222, 90, 124, 198, 201]
Program Execution 1002.json
In this task you will be given a list of integers. For every element in the list, if the element is positive you should multiply it by 2. If the element is negative you should multiply it by -3. The output should be a list of integers that is the result of applying that logic to the input list. Note: A list is presen...
[-67, 40, -48, -1, 76, -72, -65, 43, 35, -13]
[201, 80, 144, 3, 152, 216, 195, 86, 70, 39]
Program Execution 1002.json
In this task you will be given a list of integers. For every element in the list, if the element is positive you should multiply it by 2. If the element is negative you should multiply it by -3. The output should be a list of integers that is the result of applying that logic to the input list. Note: A list is presen...
[56, -43, 89, 90]
[112, 129, 178, 180]
Program Execution 1002.json
In this task you will be given a list of integers. For every element in the list, if the element is positive you should multiply it by 2. If the element is negative you should multiply it by -3. The output should be a list of integers that is the result of applying that logic to the input list. Note: A list is presen...
[24, 45, -27, 13, -71]
[48, 90, 81, 26, 213]
Program Execution 1002.json
In this task you will be given a list of integers. For every element in the list, if the element is positive you should multiply it by 2. If the element is negative you should multiply it by -3. The output should be a list of integers that is the result of applying that logic to the input list. Note: A list is presen...
[-43, -71, -7, 100, -22, 41]
[129, 213, 21, 200, 66, 82]
Program Execution 1002.json
In this task you will be given a list of integers. For every element in the list, if the element is positive you should multiply it by 2. If the element is negative you should multiply it by -3. The output should be a list of integers that is the result of applying that logic to the input list. Note: A list is presen...
[-85, -75, -48, -20, -18, 59]
[255, 225, 144, 60, 54, 118]
Program Execution 1002.json
In this task you will be given a list of integers. For every element in the list, if the element is positive you should multiply it by 2. If the element is negative you should multiply it by -3. The output should be a list of integers that is the result of applying that logic to the input list. Note: A list is presen...
[-15, -9, 5, 40, 67]
[45, 27, 10, 80, 134]
Program Execution 1002.json
In this task you will be given a list of integers. For every element in the list, if the element is positive you should multiply it by 2. If the element is negative you should multiply it by -3. The output should be a list of integers that is the result of applying that logic to the input list. Note: A list is presen...
[60, -10, -53, 9]
[120, 30, 159, 18]
Program Execution 1002.json
In this task you will be given a list of integers. For every element in the list, if the element is positive you should multiply it by 2. If the element is negative you should multiply it by -3. The output should be a list of integers that is the result of applying that logic to the input list. Note: A list is presen...
[-79, 25, -10, -35, 24, -55]
[237, 50, 30, 105, 48, 165]
Program Execution 1002.json
In this task you will be given a list of integers. For every element in the list, if the element is positive you should multiply it by 2. If the element is negative you should multiply it by -3. The output should be a list of integers that is the result of applying that logic to the input list. Note: A list is presen...
[-70, -38, -89, -42]
[210, 114, 267, 126]
Program Execution 1002.json
In this task you will be given a list of integers. For every element in the list, if the element is positive you should multiply it by 2. If the element is negative you should multiply it by -3. The output should be a list of integers that is the result of applying that logic to the input list. Note: A list is presen...
[-18, -74, -42, 83, -99, -52, 67, 77, -90]
[54, 222, 126, 166, 297, 156, 134, 154, 270]
Program Execution 1002.json
In this task you will be given a list of integers. For every element in the list, if the element is positive you should multiply it by 2. If the element is negative you should multiply it by -3. The output should be a list of integers that is the result of applying that logic to the input list. Note: A list is presen...
[-5, 80, 94]
[15, 160, 188]
Program Execution 1002.json
In this task, you need to reverse the order of words in the given sentence.
Sentence: a yellow and blue train on the track next to some trees
trees some to next track the on train blue and yellow a
Program Execution 1004.json
In this task, you need to reverse the order of words in the given sentence.
Sentence: a large wall with a toaster painted on it
it on painted toaster a with wall large a
Program Execution 1004.json
In this task, you need to reverse the order of words in the given sentence.
Sentence: a couple of people standing on top of a snow covered slope
slope covered snow a of top on standing people of couple a
Program Execution 1004.json
In this task, you need to reverse the order of words in the given sentence.
Sentence: a shirtless blonde boy brushing his teeth with an orange toothbrush
toothbrush orange an with teeth his brushing boy blonde shirtless a
Program Execution 1004.json
In this task, you need to reverse the order of words in the given sentence.
Sentence: a girl on the sand holding a round kite
kite round a holding sand the on girl a
Program Execution 1004.json
In this task, you need to reverse the order of words in the given sentence.
Sentence: a woman and girl in a living room holding wii remotes
remotes wii holding room living a in girl and woman a
Program Execution 1004.json
In this task, you need to reverse the order of words in the given sentence.
Sentence: a group of partygoers sitting around a table wearing party hats on a patio
patio a on hats party wearing table a around sitting partygoers of group a
Program Execution 1004.json
In this task, you need to reverse the order of words in the given sentence.
Sentence: a plate with a grilled sandwich on it and a cup of tea
tea of cup a and it on sandwich grilled a with plate a
Program Execution 1004.json
In this task, you need to reverse the order of words in the given sentence.
Sentence: a person is cutting up some fruit on a cutting board
board cutting a on fruit some up cutting is person a
Program Execution 1004.json
In this task, you need to reverse the order of words in the given sentence.
Sentence: a snowboarder crouching on his board in mid air
air mid in board his on crouching snowboarder a
Program Execution 1004.json
In this task, you need to reverse the order of words in the given sentence.
Sentence: a man serving a tennis ball on a tennis court
court tennis a on ball tennis a serving man a
Program Execution 1004.json
In this task, you need to reverse the order of words in the given sentence.
Sentence: a public transit train going down the track
track the down going train transit public a
Program Execution 1004.json
In this task, you need to reverse the order of words in the given sentence.
Sentence: bathroom view brightly lit blue square basin commode on right shower curtain on left and heater and window on far end
end far on window and heater and left on curtain shower right on commode basin square blue lit brightly view bathroom
Program Execution 1004.json
In this task, you need to reverse the order of words in the given sentence.
Sentence: an older torn apart silver motorola cell phone
phone cell motorola silver apart torn older an
Program Execution 1004.json
In this task, you need to reverse the order of words in the given sentence.
Sentence: three people playing disc golf while a toddler watches
watches toddler a while golf disc playing people three
Program Execution 1004.json
In this task, you need to reverse the order of words in the given sentence.
Sentence: a cake that has musical notes made with icing
icing with made notes musical has that cake a
Program Execution 1004.json
In this task, you need to reverse the order of words in the given sentence.
Sentence: a man standing at a food cart with signs for hot dogs
dogs hot for signs with cart food a at standing man a
Program Execution 1004.json
In this task, you need to reverse the order of words in the given sentence.
Sentence: a bunch of oranges are covered in ice shavings
shavings ice in covered are oranges of bunch a
Program Execution 1004.json
In this task, you need to reverse the order of words in the given sentence.
Sentence: a man crosses the grass at a busy fair
fair busy a at grass the crosses man a
Program Execution 1004.json
In this task, you need to reverse the order of words in the given sentence.
Sentence: a bench that is on the ground by some water
water some by ground the on is that bench a
Program Execution 1004.json
In this task, you need to reverse the order of words in the given sentence.
Sentence: a man and a child who are in a field flying a kite
kite a flying field a in are who child a and man a
Program Execution 1004.json
In this task, you need to reverse the order of words in the given sentence.
Sentence: a bathroom with steps leading up to its shower
shower its to up leading steps with bathroom a
Program Execution 1004.json
In this task, you need to reverse the order of words in the given sentence.
Sentence: a slightly cluttered looking desk with a monitor and a laptop
laptop a and monitor a with desk looking cluttered slightly a
Program Execution 1004.json
In this task, you need to reverse the order of words in the given sentence.
Sentence: a small herd of cows walking down a street
street a down walking cows of herd small a
Program Execution 1004.json
In this task, you need to reverse the order of words in the given sentence.
Sentence: the colorful cake has a small train and symbols on it
it on symbols and train small a has cake colorful the
Program Execution 1004.json
In this task, you need to reverse the order of words in the given sentence.
Sentence: a plate of food that has eggs bacon ham and cheese on it
it on cheese and ham bacon eggs has that food of plate a
Program Execution 1004.json
In this task, you need to reverse the order of words in the given sentence.
Sentence: a person is on a surfboard riding waves
waves riding surfboard a on is person a
Program Execution 1004.json
In this task, you need to reverse the order of words in the given sentence.
Sentence: lines of motorcycles sitting in a long building
building long a in sitting motorcycles of lines
Program Execution 1004.json
In this task, you need to reverse the order of words in the given sentence.
Sentence: a tennis player is caught mid swing in this photograph
photograph this in swing mid caught is player tennis a
Program Execution 1004.json
In this task, you need to reverse the order of words in the given sentence.
Sentence: the two adult zebra look identical to each other
other each to identical look zebra adult two the
Program Execution 1004.json
In this task, you need to reverse the order of words in the given sentence.
Sentence: a woman eats a piece of pizza from a tray of pizza
pizza of tray a from pizza of piece a eats woman a
Program Execution 1004.json
In this task, you need to reverse the order of words in the given sentence.
Sentence: some one is cooking and flipping pancakes on a stove
stove a on pancakes flipping and cooking is one some
Program Execution 1004.json
In this task, you need to reverse the order of words in the given sentence.
Sentence: an old railroad train parked on a lawn
lawn a on parked train railroad old an
Program Execution 1004.json
In this task, you need to reverse the order of words in the given sentence.
Sentence: a table tennis player holding a red paddle
paddle red a holding player tennis table a
Program Execution 1004.json
In this task, you need to reverse the order of words in the given sentence.
Sentence: a bike parked next to a bench as the sun sets
sets sun the as bench a to next parked bike a
Program Execution 1004.json
In this task, you need to reverse the order of words in the given sentence.
Sentence: a black and white cat is looking in a mirror
mirror a in looking is cat white and black a
Program Execution 1004.json
In this task, you need to reverse the order of words in the given sentence.
Sentence: the interior of a room with a bed near a window
window a near bed a with room a of interior the
Program Execution 1004.json
In this task, you need to reverse the order of words in the given sentence.
Sentence: a woman sitting in a chair with her feet resting on another chair
chair another on resting feet her with chair a in sitting woman a
Program Execution 1004.json
In this task, you need to reverse the order of words in the given sentence.
Sentence: a glass dining table with a cutting board full of cut veggies
veggies cut of full board cutting a with table dining glass a
Program Execution 1004.json
In this task, you need to reverse the order of words in the given sentence.
Sentence: a kitchen with laminate flooring and a white stove
stove white a and flooring laminate with kitchen a
Program Execution 1004.json
In this task, you need to reverse the order of words in the given sentence.
Sentence: blue motorcycle parked outside on the side of the road
road the of side the on outside parked motorcycle blue
Program Execution 1004.json
In this task, you need to reverse the order of words in the given sentence.
Sentence: the cat is laying on top of the television in the room
room the in television the of top on laying is cat the
Program Execution 1004.json
In this task, you need to reverse the order of words in the given sentence.
Sentence: two bananas sitting on a table next to jars of peanut butter
butter peanut of jars to next table a on sitting bananas two
Program Execution 1004.json
In this task, you need to reverse the order of words in the given sentence.
Sentence: three zebras are in a large grassy field
field grassy large a in are zebras three
Program Execution 1004.json
In this task, you need to reverse the order of words in the given sentence.
Sentence: an older man in a chef coat holding some food
food some holding coat chef a in man older an
Program Execution 1004.json
In this task, you need to reverse the order of words in the given sentence.
Sentence: man is snow gear and skis skiing in the snow
snow the in skiing skis and gear snow is man
Program Execution 1004.json
In this task, you need to reverse the order of words in the given sentence.
Sentence: a high angle shot of a big city intersection
intersection city big a of shot angle high a
Program Execution 1004.json
In this task, you need to reverse the order of words in the given sentence.
Sentence: a bicycle with red and white handlebars at bus door
door bus at handlebars white and red with bicycle a
Program Execution 1004.json
In this task, you need to reverse the order of words in the given sentence.
Sentence: people playing wii with demonstrators at an electronics convention
convention electronics an at demonstrators with wii playing people
Program Execution 1004.json
In this task, you need to reverse the order of words in the given sentence.
Sentence: a plane flies high in the sky overhead of electrical wires
wires electrical of overhead sky the in high flies plane a
Program Execution 1004.json
In this task, you need to reverse the order of words in the given sentence.
Sentence: a plate full of cookies and other sweets on a big table
table big a on sweets other and cookies of full plate a
Program Execution 1004.json
In this task, you need to reverse the order of words in the given sentence.
Sentence: a very long train on the tracks in the city
city the in tracks the on train long very a
Program Execution 1004.json
In this task, you need to reverse the order of words in the given sentence.
Sentence: a tall giraffe studding next to a parked truck
truck parked a to next studding giraffe tall a
Program Execution 1004.json
In this task, you need to reverse the order of words in the given sentence.
Sentence: an intersection photographhed through the windshield of a car
car a of windshield the through photographhed intersection an
Program Execution 1004.json