inputs stringlengths 330 816 | targets stringlengths 2 83 | _template_idx int64 0 9 | _task_source stringclasses 1
value | _task_name stringclasses 1
value | _template_type stringclasses 2
values |
|---|---|---|---|---|---|
In this task you will be given a list of integers. You should remove any integer that is not prime. A prime integer is an integer that is only divisible by '1' and itself. The output should be the list of prime numbers in the input list. If there are no primes in the input list an empty list ("[]") should be returned.
... | [863, 149, 761, 829, 811, 883, 857] | 8 | NIv2 | task366_synthetic_return_primes | fs_opt |
In this task you will be given a list of integers. You should remove any integer that is not prime. A prime integer is an integer that is only divisible by '1' and itself. The output should be the list of prime numbers in the input list. If there are no primes in the input list an empty list ("[]") should be returned.
... | [953, 677, 457, 233, 251]
| 5 | NIv2 | task366_synthetic_return_primes | fs_opt |
In this task you will be given a list of integers. You should remove any integer that is not prime. A prime integer is an integer that is only divisible by '1' and itself. The output should be the list of prime numbers in the input list. If there are no primes in the input list an empty list ("[]") should be returned.
... | [97, 877, 167, 397, 577, 199, 571, 23, 389, 499, 419, 13] | 6 | NIv2 | task366_synthetic_return_primes | fs_opt |
In this task you will be given a list of integers. You should remove any integer that is not prime. A prime integer is an integer that is only divisible by '1' and itself. The output should be the list of prime numbers in the input list. If there are no primes in the input list an empty list ("[]") should be returned.
... | [23, 397, 829, 109, 269, 139, 157, 839, 193, 937] | 3 | NIv2 | task366_synthetic_return_primes | fs_opt |
In this task you will be given a list of integers. You should remove any integer that is not prime. A prime integer is an integer that is only divisible by '1' and itself. The output should be the list of prime numbers in the input list. If there are no primes in the input list an empty list ("[]") should be returned.
... | [281, 643, 967, 853, 233, 859, 293, 523] | 6 | NIv2 | task366_synthetic_return_primes | fs_opt |
In this task you will be given a list of integers. You should remove any integer that is not prime. A prime integer is an integer that is only divisible by '1' and itself. The output should be the list of prime numbers in the input list. If there are no primes in the input list an empty list ("[]") should be returned.
... | Output: [211, 937, 433, 983]
| 2 | NIv2 | task366_synthetic_return_primes | fs_opt |
In this task you will be given a list of integers. You should remove any integer that is not prime. A prime integer is an integer that is only divisible by '1' and itself. The output should be the list of prime numbers in the input list. If there are no primes in the input list an empty list ("[]") should be returned.
... | [829, 347, 587, 751, 617, 421]
| 0 | NIv2 | task366_synthetic_return_primes | fs_opt |
TASK DEFINITION: In this task you will be given a list of integers. You should remove any integer that is not prime. A prime integer is an integer that is only divisible by '1' and itself. The output should be the list of prime numbers in the input list. If there are no primes in the input list an empty list ("[]") sho... | [881, 701, 61, 29, 859, 241, 11, 101, 941]
| 8 | NIv2 | task366_synthetic_return_primes | fs_opt |
In this task you will be given a list of integers. You should remove any integer that is not prime. A prime integer is an integer that is only divisible by '1' and itself. The output should be the list of prime numbers in the input list. If there are no primes in the input list an empty list ("[]") should be returned.
... | [823, 263, 433, 421, 439]
| 1 | NIv2 | task366_synthetic_return_primes | fs_opt |
You will be given a definition of a task first, then an example. Follow the example to solve a new instance of the task.
In this task you will be given a list of integers. You should remove any integer that is not prime. A prime integer is an integer that is only divisible by '1' and itself. The output should be the li... | [373, 593, 239, 277, 269, 379] | 0 | NIv2 | task366_synthetic_return_primes | fs_opt |
Detailed Instructions: In this task you will be given a list of integers. You should remove any integer that is not prime. A prime integer is an integer that is only divisible by '1' and itself. The output should be the list of prime numbers in the input list. If there are no primes in the input list an empty list ("[]... | [113, 971, 13, 37, 61] | 4 | NIv2 | task366_synthetic_return_primes | fs_opt |
You will be given a definition of a task first, then an example. Follow the example to solve a new instance of the task.
In this task you will be given a list of integers. You should remove any integer that is not prime. A prime integer is an integer that is only divisible by '1' and itself. The output should be the li... | [883, 827, 431, 89, 311, 401, 379, 83, 163] | 0 | NIv2 | task366_synthetic_return_primes | fs_opt |
In this task you will be given a list of integers. You should remove any integer that is not prime. A prime integer is an integer that is only divisible by '1' and itself. The output should be the list of prime numbers in the input list. If there are no primes in the input list an empty list ("[]") should be returned.
... | [373, 593, 239, 277, 269, 379]
| 3 | NIv2 | task366_synthetic_return_primes | fs_opt |
In this task you will be given a list of integers. You should remove any integer that is not prime. A prime integer is an integer that is only divisible by '1' and itself. The output should be the list of prime numbers in the input list. If there are no primes in the input list an empty list ("[]") should be returned.
... | [113, 971, 13, 37, 61]
| 7 | NIv2 | task366_synthetic_return_primes | fs_opt |
In this task you will be given a list of integers. You should remove any integer that is not prime. A prime integer is an integer that is only divisible by '1' and itself. The output should be the list of prime numbers in the input list. If there are no primes in the input list an empty list ("[]") should be returned.
... | Solution: [7, 191, 509] | 5 | NIv2 | task366_synthetic_return_primes | fs_opt |
Given the task definition, example input & output, solve the new input case.
In this task you will be given a list of integers. You should remove any integer that is not prime. A prime integer is an integer that is only divisible by '1' and itself. The output should be the list of prime numbers in the input list. If th... | [139, 379, 127, 769] | 1 | NIv2 | task366_synthetic_return_primes | fs_opt |
Detailed Instructions: In this task you will be given a list of integers. You should remove any integer that is not prime. A prime integer is an integer that is only divisible by '1' and itself. The output should be the list of prime numbers in the input list. If there are no primes in the input list an empty list ("[]... | [751] | 4 | NIv2 | task366_synthetic_return_primes | fs_opt |
In this task you will be given a list of integers. You should remove any integer that is not prime. A prime integer is an integer that is only divisible by '1' and itself. The output should be the list of prime numbers in the input list. If there are no primes in the input list an empty list ("[]") should be returned.
... | [23, 397, 829, 109, 269, 139, 157, 839, 193, 937]
****
| 4 | NIv2 | task366_synthetic_return_primes | fs_opt |
In this task you will be given a list of integers. You should remove any integer that is not prime. A prime integer is an integer that is only divisible by '1' and itself. The output should be the list of prime numbers in the input list. If there are no primes in the input list an empty list ("[]") should be returned.
... | [373, 79]
| 7 | NIv2 | task366_synthetic_return_primes | fs_opt |
In this task you will be given a list of integers. You should remove any integer that is not prime. A prime integer is an integer that is only divisible by '1' and itself. The output should be the list of prime numbers in the input list. If there are no primes in the input list an empty list ("[]") should be returned.
... | [827, 353, 293, 691] | 6 | NIv2 | task366_synthetic_return_primes | fs_opt |
instruction:
In this task you will be given a list of integers. You should remove any integer that is not prime. A prime integer is an integer that is only divisible by '1' and itself. The output should be the list of prime numbers in the input list. If there are no primes in the input list an empty list ("[]") should ... | [883, 827, 431, 89, 311, 401, 379, 83, 163]
| 9 | NIv2 | task366_synthetic_return_primes | fs_opt |
In this task you will be given a list of integers. You should remove any integer that is not prime. A prime integer is an integer that is only divisible by '1' and itself. The output should be the list of prime numbers in the input list. If there are no primes in the input list an empty list ("[]") should be returned.
... | [293, 647, 929] | 8 | NIv2 | task366_synthetic_return_primes | fs_opt |
instruction:
In this task you will be given a list of integers. You should remove any integer that is not prime. A prime integer is an integer that is only divisible by '1' and itself. The output should be the list of prime numbers in the input list. If there are no primes in the input list an empty list ("[]") should ... | [103, 911, 31, 937, 797, 401, 367, 743, 929]
| 9 | NIv2 | task366_synthetic_return_primes | fs_opt |
In this task you will be given a list of integers. You should remove any integer that is not prime. A prime integer is an integer that is only divisible by '1' and itself. The output should be the list of prime numbers in the input list. If there are no primes in the input list an empty list ("[]") should be returned.
... | Output: [107, 73, 191, 19, 541, 569, 853]
| 2 | NIv2 | task366_synthetic_return_primes | fs_opt |
In this task you will be given a list of integers. You should remove any integer that is not prime. A prime integer is an integer that is only divisible by '1' and itself. The output should be the list of prime numbers in the input list. If there are no primes in the input list an empty list ("[]") should be returned.
... | [107, 73, 191, 19, 541, 569, 853] | 3 | NIv2 | task366_synthetic_return_primes | fs_opt |
In this task you will be given a list of integers. You should remove any integer that is not prime. A prime integer is an integer that is only divisible by '1' and itself. The output should be the list of prime numbers in the input list. If there are no primes in the input list an empty list ("[]") should be returned.
... | [373, 953, 659]
| 5 | NIv2 | task366_synthetic_return_primes | fs_opt |
Part 1. Definition
In this task you will be given a list of integers. You should remove any integer that is not prime. A prime integer is an integer that is only divisible by '1' and itself. The output should be the list of prime numbers in the input list. If there are no primes in the input list an empty list ("[]") s... | [941, 241, 107] | 7 | NIv2 | task366_synthetic_return_primes | fs_opt |
In this task you will be given a list of integers. You should remove any integer that is not prime. A prime integer is an integer that is only divisible by '1' and itself. The output should be the list of prime numbers in the input list. If there are no primes in the input list an empty list ("[]") should be returned.
... | [263, 509, 509, 653, 601]
| 6 | NIv2 | task366_synthetic_return_primes | fs_opt |
In this task you will be given a list of integers. You should remove any integer that is not prime. A prime integer is an integer that is only divisible by '1' and itself. The output should be the list of prime numbers in the input list. If there are no primes in the input list an empty list ("[]") should be returned.
... | [941, 59, 653, 5, 941, 653, 983, 151, 439, 191, 439, 83] | 6 | NIv2 | task366_synthetic_return_primes | fs_opt |
In this task you will be given a list of integers. You should remove any integer that is not prime. A prime integer is an integer that is only divisible by '1' and itself. The output should be the list of prime numbers in the input list. If there are no primes in the input list an empty list ("[]") should be returned.
... | [983, 23, 229] | 3 | NIv2 | task366_synthetic_return_primes | fs_opt |
Teacher: In this task you will be given a list of integers. You should remove any integer that is not prime. A prime integer is an integer that is only divisible by '1' and itself. The output should be the list of prime numbers in the input list. If there are no primes in the input list an empty list ("[]") should be r... | [641, 353, 103, 733, 997, 541, 7] | 2 | NIv2 | task366_synthetic_return_primes | fs_opt |
In this task you will be given a list of integers. You should remove any integer that is not prime. A prime integer is an integer that is only divisible by '1' and itself. The output should be the list of prime numbers in the input list. If there are no primes in the input list an empty list ("[]") should be returned.
... | [17, 109, 607, 181, 653, 827]
| 5 | NIv2 | task366_synthetic_return_primes | fs_opt |
TASK DEFINITION: In this task you will be given a list of integers. You should remove any integer that is not prime. A prime integer is an integer that is only divisible by '1' and itself. The output should be the list of prime numbers in the input list. If there are no primes in the input list an empty list ("[]") sho... | [947, 967, 151]
| 8 | NIv2 | task366_synthetic_return_primes | fs_opt |
In this task you will be given a list of integers. You should remove any integer that is not prime. A prime integer is an integer that is only divisible by '1' and itself. The output should be the list of prime numbers in the input list. If there are no primes in the input list an empty list ("[]") should be returned.
... | [463, 593, 23, 461, 733, 719, 613, 491, 863, 317, 733, 379, 607, 947, 541]
| 5 | NIv2 | task366_synthetic_return_primes | fs_opt |
In this task you will be given a list of integers. You should remove any integer that is not prime. A prime integer is an integer that is only divisible by '1' and itself. The output should be the list of prime numbers in the input list. If there are no primes in the input list an empty list ("[]") should be returned.
... | [457, 31, 11, 193, 431]
| 0 | NIv2 | task366_synthetic_return_primes | fs_opt |
instruction:
In this task you will be given a list of integers. You should remove any integer that is not prime. A prime integer is an integer that is only divisible by '1' and itself. The output should be the list of prime numbers in the input list. If there are no primes in the input list an empty list ("[]") should ... | [31, 397, 433, 199]
| 9 | NIv2 | task366_synthetic_return_primes | fs_opt |
Detailed Instructions: In this task you will be given a list of integers. You should remove any integer that is not prime. A prime integer is an integer that is only divisible by '1' and itself. The output should be the list of prime numbers in the input list. If there are no primes in the input list an empty list ("[]... | [167, 743, 233] | 4 | NIv2 | task366_synthetic_return_primes | fs_opt |
instruction:
In this task you will be given a list of integers. You should remove any integer that is not prime. A prime integer is an integer that is only divisible by '1' and itself. The output should be the list of prime numbers in the input list. If there are no primes in the input list an empty list ("[]") should ... | [83, 137, 227, 797, 563]
| 9 | NIv2 | task366_synthetic_return_primes | fs_opt |
In this task you will be given a list of integers. You should remove any integer that is not prime. A prime integer is an integer that is only divisible by '1' and itself. The output should be the list of prime numbers in the input list. If there are no primes in the input list an empty list ("[]") should be returned.
... | [71, 241, 617, 307, 617, 557, 823, 227, 269, 839] | 8 | NIv2 | task366_synthetic_return_primes | fs_opt |
Teacher: In this task you will be given a list of integers. You should remove any integer that is not prime. A prime integer is an integer that is only divisible by '1' and itself. The output should be the list of prime numbers in the input list. If there are no primes in the input list an empty list ("[]") should be r... | [911, 661, 283, 631, 617, 887, 673, 101, 5, 157, 569, 487, 439, 421] | 2 | NIv2 | task366_synthetic_return_primes | fs_opt |
In this task you will be given a list of integers. You should remove any integer that is not prime. A prime integer is an integer that is only divisible by '1' and itself. The output should be the list of prime numbers in the input list. If there are no primes in the input list an empty list ("[]") should be returned.
... | [71, 449]
| 0 | NIv2 | task366_synthetic_return_primes | fs_opt |
In this task you will be given a list of integers. You should remove any integer that is not prime. A prime integer is an integer that is only divisible by '1' and itself. The output should be the list of prime numbers in the input list. If there are no primes in the input list an empty list ("[]") should be returned.
... | [67, 103, 547, 881, 773, 211, 109, 727, 577]
| 6 | NIv2 | task366_synthetic_return_primes | fs_opt |
In this task you will be given a list of integers. You should remove any integer that is not prime. A prime integer is an integer that is only divisible by '1' and itself. The output should be the list of prime numbers in the input list. If there are no primes in the input list an empty list ("[]") should be returned.
... | [233, 761, 97, 367, 307]
****
| 4 | NIv2 | task366_synthetic_return_primes | fs_opt |
Detailed Instructions: In this task you will be given a list of integers. You should remove any integer that is not prime. A prime integer is an integer that is only divisible by '1' and itself. The output should be the list of prime numbers in the input list. If there are no primes in the input list an empty list ("[]... | [601] | 4 | NIv2 | task366_synthetic_return_primes | fs_opt |
In this task you will be given a list of integers. You should remove any integer that is not prime. A prime integer is an integer that is only divisible by '1' and itself. The output should be the list of prime numbers in the input list. If there are no primes in the input list an empty list ("[]") should be returned.
... | [97, 977, 167, 229, 293, 71, 673] | 8 | NIv2 | task366_synthetic_return_primes | fs_opt |
In this task you will be given a list of integers. You should remove any integer that is not prime. A prime integer is an integer that is only divisible by '1' and itself. The output should be the list of prime numbers in the input list. If there are no primes in the input list an empty list ("[]") should be returned.
... | [313, 167, 23, 43, 127, 647, 859, 457, 331]
| 1 | NIv2 | task366_synthetic_return_primes | fs_opt |
In this task you will be given a list of integers. You should remove any integer that is not prime. A prime integer is an integer that is only divisible by '1' and itself. The output should be the list of prime numbers in the input list. If there are no primes in the input list an empty list ("[]") should be returned.
... | Output: [241, 617, 41, 29, 59, 919, 653, 983, 859]
| 2 | NIv2 | task366_synthetic_return_primes | fs_opt |
In this task you will be given a list of integers. You should remove any integer that is not prime. A prime integer is an integer that is only divisible by '1' and itself. The output should be the list of prime numbers in the input list. If there are no primes in the input list an empty list ("[]") should be returned.
... | Solution: [571, 911, 677, 401, 449, 823, 223, 751, 409] | 5 | NIv2 | task366_synthetic_return_primes | fs_opt |
In this task you will be given a list of integers. You should remove any integer that is not prime. A prime integer is an integer that is only divisible by '1' and itself. The output should be the list of prime numbers in the input list. If there are no primes in the input list an empty list ("[]") should be returned.
... | [617, 251, 643, 107, 113, 43, 769, 113, 131]
| 1 | NIv2 | task366_synthetic_return_primes | fs_opt |
Teacher: In this task you will be given a list of integers. You should remove any integer that is not prime. A prime integer is an integer that is only divisible by '1' and itself. The output should be the list of prime numbers in the input list. If there are no primes in the input list an empty list ("[]") should be r... | [863, 967, 193, 109, 769, 89, 613, 769] | 2 | NIv2 | task366_synthetic_return_primes | fs_opt |
Detailed Instructions: In this task you will be given a list of integers. You should remove any integer that is not prime. A prime integer is an integer that is only divisible by '1' and itself. The output should be the list of prime numbers in the input list. If there are no primes in the input list an empty list ("[]... | [499, 463] | 4 | NIv2 | task366_synthetic_return_primes | fs_opt |
Detailed Instructions: In this task you will be given a list of integers. You should remove any integer that is not prime. A prime integer is an integer that is only divisible by '1' and itself. The output should be the list of prime numbers in the input list. If there are no primes in the input list an empty list ("[]... | [431, 653, 509, 419, 719, 317] | 4 | NIv2 | task366_synthetic_return_primes | fs_opt |
instruction:
In this task you will be given a list of integers. You should remove any integer that is not prime. A prime integer is an integer that is only divisible by '1' and itself. The output should be the list of prime numbers in the input list. If there are no primes in the input list an empty list ("[]") should ... | [131, 881, 11]
| 9 | NIv2 | task366_synthetic_return_primes | fs_opt |
In this task you will be given a list of integers. You should remove any integer that is not prime. A prime integer is an integer that is only divisible by '1' and itself. The output should be the list of prime numbers in the input list. If there are no primes in the input list an empty list ("[]") should be returned.
... | [509, 509, 163, 179, 113, 281, 269, 11, 61]
****
| 4 | NIv2 | task366_synthetic_return_primes | fs_opt |
In this task you will be given a list of integers. You should remove any integer that is not prime. A prime integer is an integer that is only divisible by '1' and itself. The output should be the list of prime numbers in the input list. If there are no primes in the input list an empty list ("[]") should be returned.
... | [449, 947, 229, 953, 809]
| 0 | NIv2 | task366_synthetic_return_primes | fs_opt |
In this task you will be given a list of integers. You should remove any integer that is not prime. A prime integer is an integer that is only divisible by '1' and itself. The output should be the list of prime numbers in the input list. If there are no primes in the input list an empty list ("[]") should be returned.
... | Output: [151, 71, 461, 241, 211, 3]
| 2 | NIv2 | task366_synthetic_return_primes | fs_opt |
In this task you will be given a list of integers. You should remove any integer that is not prime. A prime integer is an integer that is only divisible by '1' and itself. The output should be the list of prime numbers in the input list. If there are no primes in the input list an empty list ("[]") should be returned.
... | [619, 373, 977, 911, 421, 239, 919]
| 1 | NIv2 | task366_synthetic_return_primes | fs_opt |
Detailed Instructions: In this task you will be given a list of integers. You should remove any integer that is not prime. A prime integer is an integer that is only divisible by '1' and itself. The output should be the list of prime numbers in the input list. If there are no primes in the input list an empty list ("[]... | [151, 71, 461, 241, 211, 3] | 4 | NIv2 | task366_synthetic_return_primes | fs_opt |
Detailed Instructions: In this task you will be given a list of integers. You should remove any integer that is not prime. A prime integer is an integer that is only divisible by '1' and itself. The output should be the list of prime numbers in the input list. If there are no primes in the input list an empty list ("[]... | [619, 373, 977, 911, 421, 239, 919] | 4 | NIv2 | task366_synthetic_return_primes | fs_opt |
Teacher: In this task you will be given a list of integers. You should remove any integer that is not prime. A prime integer is an integer that is only divisible by '1' and itself. The output should be the list of prime numbers in the input list. If there are no primes in the input list an empty list ("[]") should be r... | [103, 521] | 2 | NIv2 | task366_synthetic_return_primes | fs_opt |
In this task you will be given a list of integers. You should remove any integer that is not prime. A prime integer is an integer that is only divisible by '1' and itself. The output should be the list of prime numbers in the input list. If there are no primes in the input list an empty list ("[]") should be returned.
... | [107, 617, 947, 467, 19, 857] | 8 | NIv2 | task366_synthetic_return_primes | fs_opt |
TASK DEFINITION: In this task you will be given a list of integers. You should remove any integer that is not prime. A prime integer is an integer that is only divisible by '1' and itself. The output should be the list of prime numbers in the input list. If there are no primes in the input list an empty list ("[]") sho... | [349, 659, 251, 743]
| 8 | NIv2 | task366_synthetic_return_primes | fs_opt |
In this task you will be given a list of integers. You should remove any integer that is not prime. A prime integer is an integer that is only divisible by '1' and itself. The output should be the list of prime numbers in the input list. If there are no primes in the input list an empty list ("[]") should be returned.
... | [647, 653, 761, 929, 83]
| 7 | NIv2 | task366_synthetic_return_primes | fs_opt |
In this task you will be given a list of integers. You should remove any integer that is not prime. A prime integer is an integer that is only divisible by '1' and itself. The output should be the list of prime numbers in the input list. If there are no primes in the input list an empty list ("[]") should be returned.
... | [647, 653, 761, 929, 83] | 8 | NIv2 | task366_synthetic_return_primes | fs_opt |
In this task you will be given a list of integers. You should remove any integer that is not prime. A prime integer is an integer that is only divisible by '1' and itself. The output should be the list of prime numbers in the input list. If there are no primes in the input list an empty list ("[]") should be returned.
... | [937, 193]
| 5 | NIv2 | task366_synthetic_return_primes | fs_opt |
You will be given a definition of a task first, then an example. Follow the example to solve a new instance of the task.
In this task you will be given a list of integers. You should remove any integer that is not prime. A prime integer is an integer that is only divisible by '1' and itself. The output should be the li... | [71, 457] | 0 | NIv2 | task366_synthetic_return_primes | fs_opt |
Given the task definition, example input & output, solve the new input case.
In this task you will be given a list of integers. You should remove any integer that is not prime. A prime integer is an integer that is only divisible by '1' and itself. The output should be the list of prime numbers in the input list. If th... | [281, 239, 941] | 1 | NIv2 | task366_synthetic_return_primes | fs_opt |
You will be given a definition of a task first, then an example. Follow the example to solve a new instance of the task.
In this task you will be given a list of integers. You should remove any integer that is not prime. A prime integer is an integer that is only divisible by '1' and itself. The output should be the li... | [137, 127, 71, 109, 919, 37] | 0 | NIv2 | task366_synthetic_return_primes | fs_opt |
You will be given a definition of a task first, then an example. Follow the example to solve a new instance of the task.
In this task you will be given a list of integers. You should remove any integer that is not prime. A prime integer is an integer that is only divisible by '1' and itself. The output should be the li... | [337, 421, 907, 617, 739, 191, 331] | 0 | NIv2 | task366_synthetic_return_primes | fs_opt |
Given the task definition, example input & output, solve the new input case.
In this task you will be given a list of integers. You should remove any integer that is not prime. A prime integer is an integer that is only divisible by '1' and itself. The output should be the list of prime numbers in the input list. If th... | [541, 373, 353, 373, 421, 89, 83] | 1 | NIv2 | task366_synthetic_return_primes | fs_opt |
In this task you will be given a list of integers. You should remove any integer that is not prime. A prime integer is an integer that is only divisible by '1' and itself. The output should be the list of prime numbers in the input list. If there are no primes in the input list an empty list ("[]") should be returned.
... | [113]
****
| 4 | NIv2 | task366_synthetic_return_primes | fs_opt |
In this task you will be given a list of integers. You should remove any integer that is not prime. A prime integer is an integer that is only divisible by '1' and itself. The output should be the list of prime numbers in the input list. If there are no primes in the input list an empty list ("[]") should be returned.
... | [853, 367] | 6 | NIv2 | task366_synthetic_return_primes | fs_opt |
In this task you will be given a list of integers. You should remove any integer that is not prime. A prime integer is an integer that is only divisible by '1' and itself. The output should be the list of prime numbers in the input list. If there are no primes in the input list an empty list ("[]") should be returned.
... | Solution: [199, 643] | 5 | NIv2 | task366_synthetic_return_primes | fs_opt |
Part 1. Definition
In this task you will be given a list of integers. You should remove any integer that is not prime. A prime integer is an integer that is only divisible by '1' and itself. The output should be the list of prime numbers in the input list. If there are no primes in the input list an empty list ("[]") s... | [659, 367, 743, 349, 977, 271, 907, 487, 113] | 7 | NIv2 | task366_synthetic_return_primes | fs_opt |
In this task you will be given a list of integers. You should remove any integer that is not prime. A prime integer is an integer that is only divisible by '1' and itself. The output should be the list of prime numbers in the input list. If there are no primes in the input list an empty list ("[]") should be returned.
... | [937, 641, 919, 739]
| 7 | NIv2 | task366_synthetic_return_primes | fs_opt |
In this task you will be given a list of integers. You should remove any integer that is not prime. A prime integer is an integer that is only divisible by '1' and itself. The output should be the list of prime numbers in the input list. If there are no primes in the input list an empty list ("[]") should be returned.
... | [953, 577, 37, 673, 197, 881, 487] | 3 | NIv2 | task366_synthetic_return_primes | fs_opt |
In this task you will be given a list of integers. You should remove any integer that is not prime. A prime integer is an integer that is only divisible by '1' and itself. The output should be the list of prime numbers in the input list. If there are no primes in the input list an empty list ("[]") should be returned.
... | [307, 59, 101, 743, 89, 827, 277, 179, 353]
****
| 4 | NIv2 | task366_synthetic_return_primes | fs_opt |
In this task you will be given a list of integers. You should remove any integer that is not prime. A prime integer is an integer that is only divisible by '1' and itself. The output should be the list of prime numbers in the input list. If there are no primes in the input list an empty list ("[]") should be returned.
... | Output: [373, 653, 911, 373, 821, 877]
| 2 | NIv2 | task366_synthetic_return_primes | fs_opt |
In this task you will be given a list of integers. You should remove any integer that is not prime. A prime integer is an integer that is only divisible by '1' and itself. The output should be the list of prime numbers in the input list. If there are no primes in the input list an empty list ("[]") should be returned.
... | [] | 6 | NIv2 | task366_synthetic_return_primes | fs_opt |
instruction:
In this task you will be given a list of integers. You should remove any integer that is not prime. A prime integer is an integer that is only divisible by '1' and itself. The output should be the list of prime numbers in the input list. If there are no primes in the input list an empty list ("[]") should ... | [193, 113, 821, 61, 857, 317]
| 9 | NIv2 | task366_synthetic_return_primes | fs_opt |
In this task you will be given a list of integers. You should remove any integer that is not prime. A prime integer is an integer that is only divisible by '1' and itself. The output should be the list of prime numbers in the input list. If there are no primes in the input list an empty list ("[]") should be returned.
... | [521, 227, 83, 3] | 9 | NIv2 | task366_synthetic_return_primes | fs_opt |
In this task you will be given a list of integers. You should remove any integer that is not prime. A prime integer is an integer that is only divisible by '1' and itself. The output should be the list of prime numbers in the input list. If there are no primes in the input list an empty list ("[]") should be returned.
... | [661, 787, 397, 769, 947, 521]
| 7 | NIv2 | task366_synthetic_return_primes | fs_opt |
In this task you will be given a list of integers. You should remove any integer that is not prime. A prime integer is an integer that is only divisible by '1' and itself. The output should be the list of prime numbers in the input list. If there are no primes in the input list an empty list ("[]") should be returned.
... | [853, 367]
| 7 | NIv2 | task366_synthetic_return_primes | fs_opt |
In this task you will be given a list of integers. You should remove any integer that is not prime. A prime integer is an integer that is only divisible by '1' and itself. The output should be the list of prime numbers in the input list. If there are no primes in the input list an empty list ("[]") should be returned.
... | [83, 397, 37, 317, 311]
| 1 | NIv2 | task366_synthetic_return_primes | fs_opt |
You will be given a definition of a task first, then an example. Follow the example to solve a new instance of the task.
In this task you will be given a list of integers. You should remove any integer that is not prime. A prime integer is an integer that is only divisible by '1' and itself. The output should be the li... | [409, 397, 641, 919] | 0 | NIv2 | task366_synthetic_return_primes | fs_opt |
In this task you will be given a list of integers. You should remove any integer that is not prime. A prime integer is an integer that is only divisible by '1' and itself. The output should be the list of prime numbers in the input list. If there are no primes in the input list an empty list ("[]") should be returned.
... | [137, 281, 601, 863, 571, 43, 139, 97, 71]
| 1 | NIv2 | task366_synthetic_return_primes | fs_opt |
instruction:
In this task you will be given a list of integers. You should remove any integer that is not prime. A prime integer is an integer that is only divisible by '1' and itself. The output should be the list of prime numbers in the input list. If there are no primes in the input list an empty list ("[]") should ... | [193, 269, 137, 107, 2, 223, 457, 239]
| 9 | NIv2 | task366_synthetic_return_primes | fs_opt |
In this task you will be given a list of integers. You should remove any integer that is not prime. A prime integer is an integer that is only divisible by '1' and itself. The output should be the list of prime numbers in the input list. If there are no primes in the input list an empty list ("[]") should be returned.
... | Output: [937, 149, 241, 911, 337, 859, 5, 151]
| 2 | NIv2 | task366_synthetic_return_primes | fs_opt |
Detailed Instructions: In this task you will be given a list of integers. You should remove any integer that is not prime. A prime integer is an integer that is only divisible by '1' and itself. The output should be the list of prime numbers in the input list. If there are no primes in the input list an empty list ("[]... | [971, 379, 241, 953] | 4 | NIv2 | task366_synthetic_return_primes | fs_opt |
In this task you will be given a list of integers. You should remove any integer that is not prime. A prime integer is an integer that is only divisible by '1' and itself. The output should be the list of prime numbers in the input list. If there are no primes in the input list an empty list ("[]") should be returned.
... | [541]
| 0 | NIv2 | task366_synthetic_return_primes | fs_opt |
In this task you will be given a list of integers. You should remove any integer that is not prime. A prime integer is an integer that is only divisible by '1' and itself. The output should be the list of prime numbers in the input list. If there are no primes in the input list an empty list ("[]") should be returned.
... | [67, 919, 739]
| 6 | NIv2 | task366_synthetic_return_primes | fs_opt |
In this task you will be given a list of integers. You should remove any integer that is not prime. A prime integer is an integer that is only divisible by '1' and itself. The output should be the list of prime numbers in the input list. If there are no primes in the input list an empty list ("[]") should be returned.
... | [619, 631, 109]
| 5 | NIv2 | task366_synthetic_return_primes | fs_opt |
Detailed Instructions: In this task you will be given a list of integers. You should remove any integer that is not prime. A prime integer is an integer that is only divisible by '1' and itself. The output should be the list of prime numbers in the input list. If there are no primes in the input list an empty list ("[]... | [431] | 4 | NIv2 | task366_synthetic_return_primes | fs_opt |
In this task you will be given a list of integers. You should remove any integer that is not prime. A prime integer is an integer that is only divisible by '1' and itself. The output should be the list of prime numbers in the input list. If there are no primes in the input list an empty list ("[]") should be returned.
... | [673, 941] | 8 | NIv2 | task366_synthetic_return_primes | fs_opt |
In this task you will be given a list of integers. You should remove any integer that is not prime. A prime integer is an integer that is only divisible by '1' and itself. The output should be the list of prime numbers in the input list. If there are no primes in the input list an empty list ("[]") should be returned.
... | Solution: [307, 67, 641, 907, 683, 683, 83] | 5 | NIv2 | task366_synthetic_return_primes | fs_opt |
TASK DEFINITION: In this task you will be given a list of integers. You should remove any integer that is not prime. A prime integer is an integer that is only divisible by '1' and itself. The output should be the list of prime numbers in the input list. If there are no primes in the input list an empty list ("[]") sho... | [73, 131, 857, 421, 919, 593, 149, 107]
| 8 | NIv2 | task366_synthetic_return_primes | fs_opt |
In this task you will be given a list of integers. You should remove any integer that is not prime. A prime integer is an integer that is only divisible by '1' and itself. The output should be the list of prime numbers in the input list. If there are no primes in the input list an empty list ("[]") should be returned.
... | [419, 463, 409, 283, 257, 373, 997, 379, 37, 443] | 6 | NIv2 | task366_synthetic_return_primes | fs_opt |
In this task you will be given a list of integers. You should remove any integer that is not prime. A prime integer is an integer that is only divisible by '1' and itself. The output should be the list of prime numbers in the input list. If there are no primes in the input list an empty list ("[]") should be returned.
... | [823, 409, 349, 613, 109, 347, 67]
| 3 | NIv2 | task366_synthetic_return_primes | fs_opt |
Detailed Instructions: In this task you will be given a list of integers. You should remove any integer that is not prime. A prime integer is an integer that is only divisible by '1' and itself. The output should be the list of prime numbers in the input list. If there are no primes in the input list an empty list ("[]... | [709, 89, 41, 179, 337, 577] | 4 | NIv2 | task366_synthetic_return_primes | fs_opt |
In this task you will be given a list of integers. You should remove any integer that is not prime. A prime integer is an integer that is only divisible by '1' and itself. The output should be the list of prime numbers in the input list. If there are no primes in the input list an empty list ("[]") should be returned.
... | [911, 239, 547, 857, 167, 233]
| 3 | NIv2 | task366_synthetic_return_primes | fs_opt |
End of preview. Expand in Data Studio
README.md exists but content is empty.
- Downloads last month
- 5