input
stringlengths 403
406
| output
sequencelengths 1
1
| id
stringlengths 40
40
|
---|---|---|
Definition: In this task, you need to output 'Yes' if the given number is a prime number otherwise output 'No'. A 'prime number' is a a whole number above 1 that can not be made by multiplying other whole numbers.
Positive Example 1 -
Input: 7
Output: Yes
Positive Example 2 -
Input: 12
Output: No
Negative Example 1 -
Input: 100
Output: Yes
Now complete the following example -
Input: 22970
Output:
| [
"No"
] | task092-ffb21248eaf5451dad5bd1d3fc1c2ac3 |
Definition: In this task, you need to output 'Yes' if the given number is a prime number otherwise output 'No'. A 'prime number' is a a whole number above 1 that can not be made by multiplying other whole numbers.
Positive Example 1 -
Input: 7
Output: Yes
Positive Example 2 -
Input: 12
Output: No
Negative Example 1 -
Input: 100
Output: Yes
Now complete the following example -
Input: 48729
Output:
| [
"No"
] | task092-9452cc1bb2844bf49ed324e03d8dda2c |
Definition: In this task, you need to output 'Yes' if the given number is a prime number otherwise output 'No'. A 'prime number' is a a whole number above 1 that can not be made by multiplying other whole numbers.
Positive Example 1 -
Input: 7
Output: Yes
Positive Example 2 -
Input: 12
Output: No
Negative Example 1 -
Input: 100
Output: Yes
Now complete the following example -
Input: 57331
Output:
| [
"Yes"
] | task092-617bb55d4d9a45ee8da1bbc9b403c570 |
Definition: In this task, you need to output 'Yes' if the given number is a prime number otherwise output 'No'. A 'prime number' is a a whole number above 1 that can not be made by multiplying other whole numbers.
Positive Example 1 -
Input: 7
Output: Yes
Positive Example 2 -
Input: 12
Output: No
Negative Example 1 -
Input: 100
Output: Yes
Now complete the following example -
Input: 16417
Output:
| [
"Yes"
] | task092-2f8cf49f8a2842969737f4f38d40818c |
Definition: In this task, you need to output 'Yes' if the given number is a prime number otherwise output 'No'. A 'prime number' is a a whole number above 1 that can not be made by multiplying other whole numbers.
Positive Example 1 -
Input: 7
Output: Yes
Positive Example 2 -
Input: 12
Output: No
Negative Example 1 -
Input: 100
Output: Yes
Now complete the following example -
Input: 32537
Output:
| [
"Yes"
] | task092-d244c9d856354a67a60d2123d432b46d |
Definition: In this task, you need to output 'Yes' if the given number is a prime number otherwise output 'No'. A 'prime number' is a a whole number above 1 that can not be made by multiplying other whole numbers.
Positive Example 1 -
Input: 7
Output: Yes
Positive Example 2 -
Input: 12
Output: No
Negative Example 1 -
Input: 100
Output: Yes
Now complete the following example -
Input: 90481
Output:
| [
"Yes"
] | task092-d1c67dfd0fca4996aaeea04995f433e4 |
Definition: In this task, you need to output 'Yes' if the given number is a prime number otherwise output 'No'. A 'prime number' is a a whole number above 1 that can not be made by multiplying other whole numbers.
Positive Example 1 -
Input: 7
Output: Yes
Positive Example 2 -
Input: 12
Output: No
Negative Example 1 -
Input: 100
Output: Yes
Now complete the following example -
Input: 80761
Output:
| [
"Yes"
] | task092-8478567f66424a8ea2d592ecde50963e |
Definition: In this task, you need to output 'Yes' if the given number is a prime number otherwise output 'No'. A 'prime number' is a a whole number above 1 that can not be made by multiplying other whole numbers.
Positive Example 1 -
Input: 7
Output: Yes
Positive Example 2 -
Input: 12
Output: No
Negative Example 1 -
Input: 100
Output: Yes
Now complete the following example -
Input: 9697
Output:
| [
"Yes"
] | task092-7753df479a194c959c5c77b136a6610a |
Definition: In this task, you need to output 'Yes' if the given number is a prime number otherwise output 'No'. A 'prime number' is a a whole number above 1 that can not be made by multiplying other whole numbers.
Positive Example 1 -
Input: 7
Output: Yes
Positive Example 2 -
Input: 12
Output: No
Negative Example 1 -
Input: 100
Output: Yes
Now complete the following example -
Input: 95643
Output:
| [
"No"
] | task092-b2dcc4f3f7fe4bdd9f7559e388296874 |
Definition: In this task, you need to output 'Yes' if the given number is a prime number otherwise output 'No'. A 'prime number' is a a whole number above 1 that can not be made by multiplying other whole numbers.
Positive Example 1 -
Input: 7
Output: Yes
Positive Example 2 -
Input: 12
Output: No
Negative Example 1 -
Input: 100
Output: Yes
Now complete the following example -
Input: 41621
Output:
| [
"Yes"
] | task092-f3651c8493ea461599989ebc41098065 |
Definition: In this task, you need to output 'Yes' if the given number is a prime number otherwise output 'No'. A 'prime number' is a a whole number above 1 that can not be made by multiplying other whole numbers.
Positive Example 1 -
Input: 7
Output: Yes
Positive Example 2 -
Input: 12
Output: No
Negative Example 1 -
Input: 100
Output: Yes
Now complete the following example -
Input: 97549
Output:
| [
"Yes"
] | task092-3e7c7f3a2b78482b9c22fe2b24389107 |
Definition: In this task, you need to output 'Yes' if the given number is a prime number otherwise output 'No'. A 'prime number' is a a whole number above 1 that can not be made by multiplying other whole numbers.
Positive Example 1 -
Input: 7
Output: Yes
Positive Example 2 -
Input: 12
Output: No
Negative Example 1 -
Input: 100
Output: Yes
Now complete the following example -
Input: 39316
Output:
| [
"No"
] | task092-8c93a42b86204c809a5893ca4ab982ed |
Definition: In this task, you need to output 'Yes' if the given number is a prime number otherwise output 'No'. A 'prime number' is a a whole number above 1 that can not be made by multiplying other whole numbers.
Positive Example 1 -
Input: 7
Output: Yes
Positive Example 2 -
Input: 12
Output: No
Negative Example 1 -
Input: 100
Output: Yes
Now complete the following example -
Input: 30757
Output:
| [
"Yes"
] | task092-75328be7457745a49782f240f92a5674 |
Definition: In this task, you need to output 'Yes' if the given number is a prime number otherwise output 'No'. A 'prime number' is a a whole number above 1 that can not be made by multiplying other whole numbers.
Positive Example 1 -
Input: 7
Output: Yes
Positive Example 2 -
Input: 12
Output: No
Negative Example 1 -
Input: 100
Output: Yes
Now complete the following example -
Input: 52567
Output:
| [
"Yes"
] | task092-b69836fdbd33427a8f6202af40fec99e |
Definition: In this task, you need to output 'Yes' if the given number is a prime number otherwise output 'No'. A 'prime number' is a a whole number above 1 that can not be made by multiplying other whole numbers.
Positive Example 1 -
Input: 7
Output: Yes
Positive Example 2 -
Input: 12
Output: No
Negative Example 1 -
Input: 100
Output: Yes
Now complete the following example -
Input: 6998
Output:
| [
"No"
] | task092-a79fa288951043728835db671634ecaa |
Definition: In this task, you need to output 'Yes' if the given number is a prime number otherwise output 'No'. A 'prime number' is a a whole number above 1 that can not be made by multiplying other whole numbers.
Positive Example 1 -
Input: 7
Output: Yes
Positive Example 2 -
Input: 12
Output: No
Negative Example 1 -
Input: 100
Output: Yes
Now complete the following example -
Input: 68053
Output:
| [
"Yes"
] | task092-c954a8a91dbc40c093043466ec659c38 |
Definition: In this task, you need to output 'Yes' if the given number is a prime number otherwise output 'No'. A 'prime number' is a a whole number above 1 that can not be made by multiplying other whole numbers.
Positive Example 1 -
Input: 7
Output: Yes
Positive Example 2 -
Input: 12
Output: No
Negative Example 1 -
Input: 100
Output: Yes
Now complete the following example -
Input: 35027
Output:
| [
"Yes"
] | task092-edece69c3eab4ec984e74398740fcdb3 |
Definition: In this task, you need to output 'Yes' if the given number is a prime number otherwise output 'No'. A 'prime number' is a a whole number above 1 that can not be made by multiplying other whole numbers.
Positive Example 1 -
Input: 7
Output: Yes
Positive Example 2 -
Input: 12
Output: No
Negative Example 1 -
Input: 100
Output: Yes
Now complete the following example -
Input: 45534
Output:
| [
"No"
] | task092-8c040e6ba3694d41801003df35cf3e67 |
Definition: In this task, you need to output 'Yes' if the given number is a prime number otherwise output 'No'. A 'prime number' is a a whole number above 1 that can not be made by multiplying other whole numbers.
Positive Example 1 -
Input: 7
Output: Yes
Positive Example 2 -
Input: 12
Output: No
Negative Example 1 -
Input: 100
Output: Yes
Now complete the following example -
Input: 66939
Output:
| [
"No"
] | task092-1a975b1b21c941f9a78ec54351b709a2 |
Definition: In this task, you need to output 'Yes' if the given number is a prime number otherwise output 'No'. A 'prime number' is a a whole number above 1 that can not be made by multiplying other whole numbers.
Positive Example 1 -
Input: 7
Output: Yes
Positive Example 2 -
Input: 12
Output: No
Negative Example 1 -
Input: 100
Output: Yes
Now complete the following example -
Input: 88729
Output:
| [
"Yes"
] | task092-d1c2fc31d25e45de9e027b4d42d05fc9 |
Definition: In this task, you need to output 'Yes' if the given number is a prime number otherwise output 'No'. A 'prime number' is a a whole number above 1 that can not be made by multiplying other whole numbers.
Positive Example 1 -
Input: 7
Output: Yes
Positive Example 2 -
Input: 12
Output: No
Negative Example 1 -
Input: 100
Output: Yes
Now complete the following example -
Input: 74803
Output:
| [
"No"
] | task092-0e6446b553b54a9fb774aaea8828987c |
Definition: In this task, you need to output 'Yes' if the given number is a prime number otherwise output 'No'. A 'prime number' is a a whole number above 1 that can not be made by multiplying other whole numbers.
Positive Example 1 -
Input: 7
Output: Yes
Positive Example 2 -
Input: 12
Output: No
Negative Example 1 -
Input: 100
Output: Yes
Now complete the following example -
Input: 24977
Output:
| [
"Yes"
] | task092-0292a1a2d29a4dca95a7951165c902e1 |
Definition: In this task, you need to output 'Yes' if the given number is a prime number otherwise output 'No'. A 'prime number' is a a whole number above 1 that can not be made by multiplying other whole numbers.
Positive Example 1 -
Input: 7
Output: Yes
Positive Example 2 -
Input: 12
Output: No
Negative Example 1 -
Input: 100
Output: Yes
Now complete the following example -
Input: 35008
Output:
| [
"No"
] | task092-ca3cbf3b59a744fcb26ebc359b9bef24 |
Definition: In this task, you need to output 'Yes' if the given number is a prime number otherwise output 'No'. A 'prime number' is a a whole number above 1 that can not be made by multiplying other whole numbers.
Positive Example 1 -
Input: 7
Output: Yes
Positive Example 2 -
Input: 12
Output: No
Negative Example 1 -
Input: 100
Output: Yes
Now complete the following example -
Input: 25218
Output:
| [
"No"
] | task092-d6f5f2b6f97c4b1fa029931982abc3ca |
Definition: In this task, you need to output 'Yes' if the given number is a prime number otherwise output 'No'. A 'prime number' is a a whole number above 1 that can not be made by multiplying other whole numbers.
Positive Example 1 -
Input: 7
Output: Yes
Positive Example 2 -
Input: 12
Output: No
Negative Example 1 -
Input: 100
Output: Yes
Now complete the following example -
Input: 56671
Output:
| [
"Yes"
] | task092-c9eb2c3e25b2484994e74d6f9ccb0598 |
Definition: In this task, you need to output 'Yes' if the given number is a prime number otherwise output 'No'. A 'prime number' is a a whole number above 1 that can not be made by multiplying other whole numbers.
Positive Example 1 -
Input: 7
Output: Yes
Positive Example 2 -
Input: 12
Output: No
Negative Example 1 -
Input: 100
Output: Yes
Now complete the following example -
Input: 61564
Output:
| [
"No"
] | task092-aa19848cedde46f4ad48b64a8d2fa21b |
Definition: In this task, you need to output 'Yes' if the given number is a prime number otherwise output 'No'. A 'prime number' is a a whole number above 1 that can not be made by multiplying other whole numbers.
Positive Example 1 -
Input: 7
Output: Yes
Positive Example 2 -
Input: 12
Output: No
Negative Example 1 -
Input: 100
Output: Yes
Now complete the following example -
Input: 76487
Output:
| [
"Yes"
] | task092-86f7597c4b3d47808a29555ad49a83e7 |
Definition: In this task, you need to output 'Yes' if the given number is a prime number otherwise output 'No'. A 'prime number' is a a whole number above 1 that can not be made by multiplying other whole numbers.
Positive Example 1 -
Input: 7
Output: Yes
Positive Example 2 -
Input: 12
Output: No
Negative Example 1 -
Input: 100
Output: Yes
Now complete the following example -
Input: 7534
Output:
| [
"No"
] | task092-c2ef5c327c1f4d1aa9ff8ec4db6cf1d2 |
Definition: In this task, you need to output 'Yes' if the given number is a prime number otherwise output 'No'. A 'prime number' is a a whole number above 1 that can not be made by multiplying other whole numbers.
Positive Example 1 -
Input: 7
Output: Yes
Positive Example 2 -
Input: 12
Output: No
Negative Example 1 -
Input: 100
Output: Yes
Now complete the following example -
Input: 80490
Output:
| [
"No"
] | task092-13d82c4c641943dfa01255594a3ffd87 |
Definition: In this task, you need to output 'Yes' if the given number is a prime number otherwise output 'No'. A 'prime number' is a a whole number above 1 that can not be made by multiplying other whole numbers.
Positive Example 1 -
Input: 7
Output: Yes
Positive Example 2 -
Input: 12
Output: No
Negative Example 1 -
Input: 100
Output: Yes
Now complete the following example -
Input: 9819
Output:
| [
"No"
] | task092-5570cd6e8bb344abbaa06db7a8a8d5f3 |
Definition: In this task, you need to output 'Yes' if the given number is a prime number otherwise output 'No'. A 'prime number' is a a whole number above 1 that can not be made by multiplying other whole numbers.
Positive Example 1 -
Input: 7
Output: Yes
Positive Example 2 -
Input: 12
Output: No
Negative Example 1 -
Input: 100
Output: Yes
Now complete the following example -
Input: 25957
Output:
| [
"No"
] | task092-0159d99740cd4ede8da7e1d6b2e6dab0 |
Definition: In this task, you need to output 'Yes' if the given number is a prime number otherwise output 'No'. A 'prime number' is a a whole number above 1 that can not be made by multiplying other whole numbers.
Positive Example 1 -
Input: 7
Output: Yes
Positive Example 2 -
Input: 12
Output: No
Negative Example 1 -
Input: 100
Output: Yes
Now complete the following example -
Input: 69073
Output:
| [
"Yes"
] | task092-01fcb01b98ee4fc0b464877a5099c516 |
Definition: In this task, you need to output 'Yes' if the given number is a prime number otherwise output 'No'. A 'prime number' is a a whole number above 1 that can not be made by multiplying other whole numbers.
Positive Example 1 -
Input: 7
Output: Yes
Positive Example 2 -
Input: 12
Output: No
Negative Example 1 -
Input: 100
Output: Yes
Now complete the following example -
Input: 56331
Output:
| [
"No"
] | task092-07e7d1293814499a9bafcbf0e7e10593 |
Definition: In this task, you need to output 'Yes' if the given number is a prime number otherwise output 'No'. A 'prime number' is a a whole number above 1 that can not be made by multiplying other whole numbers.
Positive Example 1 -
Input: 7
Output: Yes
Positive Example 2 -
Input: 12
Output: No
Negative Example 1 -
Input: 100
Output: Yes
Now complete the following example -
Input: 81074
Output:
| [
"No"
] | task092-6f36f4c6f4c2432eb1e577fc981d31a4 |
Definition: In this task, you need to output 'Yes' if the given number is a prime number otherwise output 'No'. A 'prime number' is a a whole number above 1 that can not be made by multiplying other whole numbers.
Positive Example 1 -
Input: 7
Output: Yes
Positive Example 2 -
Input: 12
Output: No
Negative Example 1 -
Input: 100
Output: Yes
Now complete the following example -
Input: 93255
Output:
| [
"No"
] | task092-b39666f77d1d4c3f8bf4e8a205faefcb |
Definition: In this task, you need to output 'Yes' if the given number is a prime number otherwise output 'No'. A 'prime number' is a a whole number above 1 that can not be made by multiplying other whole numbers.
Positive Example 1 -
Input: 7
Output: Yes
Positive Example 2 -
Input: 12
Output: No
Negative Example 1 -
Input: 100
Output: Yes
Now complete the following example -
Input: 50483
Output:
| [
"No"
] | task092-a4f37fd98ade4a7ba97f878fd6ee5a30 |
Definition: In this task, you need to output 'Yes' if the given number is a prime number otherwise output 'No'. A 'prime number' is a a whole number above 1 that can not be made by multiplying other whole numbers.
Positive Example 1 -
Input: 7
Output: Yes
Positive Example 2 -
Input: 12
Output: No
Negative Example 1 -
Input: 100
Output: Yes
Now complete the following example -
Input: 62731
Output:
| [
"Yes"
] | task092-deb0d573245e4c7493de964fc1ab9f4d |
Definition: In this task, you need to output 'Yes' if the given number is a prime number otherwise output 'No'. A 'prime number' is a a whole number above 1 that can not be made by multiplying other whole numbers.
Positive Example 1 -
Input: 7
Output: Yes
Positive Example 2 -
Input: 12
Output: No
Negative Example 1 -
Input: 100
Output: Yes
Now complete the following example -
Input: 84961
Output:
| [
"Yes"
] | task092-04e447e713964464ab3c1b44c239024d |
Definition: In this task, you need to output 'Yes' if the given number is a prime number otherwise output 'No'. A 'prime number' is a a whole number above 1 that can not be made by multiplying other whole numbers.
Positive Example 1 -
Input: 7
Output: Yes
Positive Example 2 -
Input: 12
Output: No
Negative Example 1 -
Input: 100
Output: Yes
Now complete the following example -
Input: 17124
Output:
| [
"No"
] | task092-0106808a5fa44bb482b780d82df64945 |
Definition: In this task, you need to output 'Yes' if the given number is a prime number otherwise output 'No'. A 'prime number' is a a whole number above 1 that can not be made by multiplying other whole numbers.
Positive Example 1 -
Input: 7
Output: Yes
Positive Example 2 -
Input: 12
Output: No
Negative Example 1 -
Input: 100
Output: Yes
Now complete the following example -
Input: 5237
Output:
| [
"Yes"
] | task092-71a40b59bfb64af6870be2faef7e220d |
Definition: In this task, you need to output 'Yes' if the given number is a prime number otherwise output 'No'. A 'prime number' is a a whole number above 1 that can not be made by multiplying other whole numbers.
Positive Example 1 -
Input: 7
Output: Yes
Positive Example 2 -
Input: 12
Output: No
Negative Example 1 -
Input: 100
Output: Yes
Now complete the following example -
Input: 43457
Output:
| [
"Yes"
] | task092-220bde4cb3dc4125880127861732230d |
Definition: In this task, you need to output 'Yes' if the given number is a prime number otherwise output 'No'. A 'prime number' is a a whole number above 1 that can not be made by multiplying other whole numbers.
Positive Example 1 -
Input: 7
Output: Yes
Positive Example 2 -
Input: 12
Output: No
Negative Example 1 -
Input: 100
Output: Yes
Now complete the following example -
Input: 89561
Output:
| [
"Yes"
] | task092-a7d0734fa6134b98b4b1fef865949d43 |
Definition: In this task, you need to output 'Yes' if the given number is a prime number otherwise output 'No'. A 'prime number' is a a whole number above 1 that can not be made by multiplying other whole numbers.
Positive Example 1 -
Input: 7
Output: Yes
Positive Example 2 -
Input: 12
Output: No
Negative Example 1 -
Input: 100
Output: Yes
Now complete the following example -
Input: 91387
Output:
| [
"Yes"
] | task092-4fb5b14fcb124f9ba3b75a95aca0e0e3 |
Definition: In this task, you need to output 'Yes' if the given number is a prime number otherwise output 'No'. A 'prime number' is a a whole number above 1 that can not be made by multiplying other whole numbers.
Positive Example 1 -
Input: 7
Output: Yes
Positive Example 2 -
Input: 12
Output: No
Negative Example 1 -
Input: 100
Output: Yes
Now complete the following example -
Input: 87013
Output:
| [
"Yes"
] | task092-ceafc9cde0e441e4b302d1030f763a72 |
Definition: In this task, you need to output 'Yes' if the given number is a prime number otherwise output 'No'. A 'prime number' is a a whole number above 1 that can not be made by multiplying other whole numbers.
Positive Example 1 -
Input: 7
Output: Yes
Positive Example 2 -
Input: 12
Output: No
Negative Example 1 -
Input: 100
Output: Yes
Now complete the following example -
Input: 39887
Output:
| [
"Yes"
] | task092-83ac79e138564b43b8b87704869e6242 |
Definition: In this task, you need to output 'Yes' if the given number is a prime number otherwise output 'No'. A 'prime number' is a a whole number above 1 that can not be made by multiplying other whole numbers.
Positive Example 1 -
Input: 7
Output: Yes
Positive Example 2 -
Input: 12
Output: No
Negative Example 1 -
Input: 100
Output: Yes
Now complete the following example -
Input: 96402
Output:
| [
"No"
] | task092-8baf0cd9daf343e1aa5e6ae561c7887f |
Definition: In this task, you need to output 'Yes' if the given number is a prime number otherwise output 'No'. A 'prime number' is a a whole number above 1 that can not be made by multiplying other whole numbers.
Positive Example 1 -
Input: 7
Output: Yes
Positive Example 2 -
Input: 12
Output: No
Negative Example 1 -
Input: 100
Output: Yes
Now complete the following example -
Input: 55333
Output:
| [
"Yes"
] | task092-7b86e91e132e4ea2ba363aa4c39625c5 |
Definition: In this task, you need to output 'Yes' if the given number is a prime number otherwise output 'No'. A 'prime number' is a a whole number above 1 that can not be made by multiplying other whole numbers.
Positive Example 1 -
Input: 7
Output: Yes
Positive Example 2 -
Input: 12
Output: No
Negative Example 1 -
Input: 100
Output: Yes
Now complete the following example -
Input: 35246
Output:
| [
"No"
] | task092-5c48cc9c234b4f5295d7a5fc9ef0c9eb |
Definition: In this task, you need to output 'Yes' if the given number is a prime number otherwise output 'No'. A 'prime number' is a a whole number above 1 that can not be made by multiplying other whole numbers.
Positive Example 1 -
Input: 7
Output: Yes
Positive Example 2 -
Input: 12
Output: No
Negative Example 1 -
Input: 100
Output: Yes
Now complete the following example -
Input: 34965
Output:
| [
"No"
] | task092-098708fa953f40858adc52022c07d086 |
Definition: In this task, you need to output 'Yes' if the given number is a prime number otherwise output 'No'. A 'prime number' is a a whole number above 1 that can not be made by multiplying other whole numbers.
Positive Example 1 -
Input: 7
Output: Yes
Positive Example 2 -
Input: 12
Output: No
Negative Example 1 -
Input: 100
Output: Yes
Now complete the following example -
Input: 62473
Output:
| [
"Yes"
] | task092-919109afea574f97843eb973b95e17c9 |
Definition: In this task, you need to output 'Yes' if the given number is a prime number otherwise output 'No'. A 'prime number' is a a whole number above 1 that can not be made by multiplying other whole numbers.
Positive Example 1 -
Input: 7
Output: Yes
Positive Example 2 -
Input: 12
Output: No
Negative Example 1 -
Input: 100
Output: Yes
Now complete the following example -
Input: 99767
Output:
| [
"Yes"
] | task092-0f00fcda547c477b91dfd9b4a20e52b3 |
Definition: In this task, you need to output 'Yes' if the given number is a prime number otherwise output 'No'. A 'prime number' is a a whole number above 1 that can not be made by multiplying other whole numbers.
Positive Example 1 -
Input: 7
Output: Yes
Positive Example 2 -
Input: 12
Output: No
Negative Example 1 -
Input: 100
Output: Yes
Now complete the following example -
Input: 311
Output:
| [
"Yes"
] | task092-c6065f1ae31a405b9d14fd0872ba7fef |
Definition: In this task, you need to output 'Yes' if the given number is a prime number otherwise output 'No'. A 'prime number' is a a whole number above 1 that can not be made by multiplying other whole numbers.
Positive Example 1 -
Input: 7
Output: Yes
Positive Example 2 -
Input: 12
Output: No
Negative Example 1 -
Input: 100
Output: Yes
Now complete the following example -
Input: 99676
Output:
| [
"No"
] | task092-a405651ce08c4d758e10b3b58a02b850 |
Definition: In this task, you need to output 'Yes' if the given number is a prime number otherwise output 'No'. A 'prime number' is a a whole number above 1 that can not be made by multiplying other whole numbers.
Positive Example 1 -
Input: 7
Output: Yes
Positive Example 2 -
Input: 12
Output: No
Negative Example 1 -
Input: 100
Output: Yes
Now complete the following example -
Input: 18486
Output:
| [
"No"
] | task092-43cc634c347e47a2b16871b5d1ffcebf |
Definition: In this task, you need to output 'Yes' if the given number is a prime number otherwise output 'No'. A 'prime number' is a a whole number above 1 that can not be made by multiplying other whole numbers.
Positive Example 1 -
Input: 7
Output: Yes
Positive Example 2 -
Input: 12
Output: No
Negative Example 1 -
Input: 100
Output: Yes
Now complete the following example -
Input: 79693
Output:
| [
"Yes"
] | task092-9208becf3c3240df955ae8e28e42ec55 |
Definition: In this task, you need to output 'Yes' if the given number is a prime number otherwise output 'No'. A 'prime number' is a a whole number above 1 that can not be made by multiplying other whole numbers.
Positive Example 1 -
Input: 7
Output: Yes
Positive Example 2 -
Input: 12
Output: No
Negative Example 1 -
Input: 100
Output: Yes
Now complete the following example -
Input: 57205
Output:
| [
"No"
] | task092-02486c327f6c435ab4a8a7d9f3eb0db7 |
Definition: In this task, you need to output 'Yes' if the given number is a prime number otherwise output 'No'. A 'prime number' is a a whole number above 1 that can not be made by multiplying other whole numbers.
Positive Example 1 -
Input: 7
Output: Yes
Positive Example 2 -
Input: 12
Output: No
Negative Example 1 -
Input: 100
Output: Yes
Now complete the following example -
Input: 53813
Output:
| [
"Yes"
] | task092-61f3aa7cacac4a5c819385dfdb4851bd |
Definition: In this task, you need to output 'Yes' if the given number is a prime number otherwise output 'No'. A 'prime number' is a a whole number above 1 that can not be made by multiplying other whole numbers.
Positive Example 1 -
Input: 7
Output: Yes
Positive Example 2 -
Input: 12
Output: No
Negative Example 1 -
Input: 100
Output: Yes
Now complete the following example -
Input: 18495
Output:
| [
"No"
] | task092-77ca81035604456db1e75ad1fc4ad85b |
Definition: In this task, you need to output 'Yes' if the given number is a prime number otherwise output 'No'. A 'prime number' is a a whole number above 1 that can not be made by multiplying other whole numbers.
Positive Example 1 -
Input: 7
Output: Yes
Positive Example 2 -
Input: 12
Output: No
Negative Example 1 -
Input: 100
Output: Yes
Now complete the following example -
Input: 51456
Output:
| [
"No"
] | task092-7ecdcff14e844807b2ffff32dc6f4979 |
Definition: In this task, you need to output 'Yes' if the given number is a prime number otherwise output 'No'. A 'prime number' is a a whole number above 1 that can not be made by multiplying other whole numbers.
Positive Example 1 -
Input: 7
Output: Yes
Positive Example 2 -
Input: 12
Output: No
Negative Example 1 -
Input: 100
Output: Yes
Now complete the following example -
Input: 38464
Output:
| [
"No"
] | task092-9456b977683d4e3d8124478932c57964 |
Definition: In this task, you need to output 'Yes' if the given number is a prime number otherwise output 'No'. A 'prime number' is a a whole number above 1 that can not be made by multiplying other whole numbers.
Positive Example 1 -
Input: 7
Output: Yes
Positive Example 2 -
Input: 12
Output: No
Negative Example 1 -
Input: 100
Output: Yes
Now complete the following example -
Input: 73369
Output:
| [
"Yes"
] | task092-732949069f8a4a22b63726315a4cbfd2 |
Definition: In this task, you need to output 'Yes' if the given number is a prime number otherwise output 'No'. A 'prime number' is a a whole number above 1 that can not be made by multiplying other whole numbers.
Positive Example 1 -
Input: 7
Output: Yes
Positive Example 2 -
Input: 12
Output: No
Negative Example 1 -
Input: 100
Output: Yes
Now complete the following example -
Input: 10830
Output:
| [
"No"
] | task092-49dda86f2c894554868fe32ca9f7e727 |
Definition: In this task, you need to output 'Yes' if the given number is a prime number otherwise output 'No'. A 'prime number' is a a whole number above 1 that can not be made by multiplying other whole numbers.
Positive Example 1 -
Input: 7
Output: Yes
Positive Example 2 -
Input: 12
Output: No
Negative Example 1 -
Input: 100
Output: Yes
Now complete the following example -
Input: 53441
Output:
| [
"Yes"
] | task092-a25d2ce50126451eb47d4c8fa454d3f9 |
Definition: In this task, you need to output 'Yes' if the given number is a prime number otherwise output 'No'. A 'prime number' is a a whole number above 1 that can not be made by multiplying other whole numbers.
Positive Example 1 -
Input: 7
Output: Yes
Positive Example 2 -
Input: 12
Output: No
Negative Example 1 -
Input: 100
Output: Yes
Now complete the following example -
Input: 13831
Output:
| [
"Yes"
] | task092-4113e854787b4fe48e64db3027aad759 |
Definition: In this task, you need to output 'Yes' if the given number is a prime number otherwise output 'No'. A 'prime number' is a a whole number above 1 that can not be made by multiplying other whole numbers.
Positive Example 1 -
Input: 7
Output: Yes
Positive Example 2 -
Input: 12
Output: No
Negative Example 1 -
Input: 100
Output: Yes
Now complete the following example -
Input: 57143
Output:
| [
"Yes"
] | task092-6266ec9d782343f2b2e935cf10c69817 |
Definition: In this task, you need to output 'Yes' if the given number is a prime number otherwise output 'No'. A 'prime number' is a a whole number above 1 that can not be made by multiplying other whole numbers.
Positive Example 1 -
Input: 7
Output: Yes
Positive Example 2 -
Input: 12
Output: No
Negative Example 1 -
Input: 100
Output: Yes
Now complete the following example -
Input: 81862
Output:
| [
"No"
] | task092-12892d6b99534747b84ac4cc1e853139 |
Definition: In this task, you need to output 'Yes' if the given number is a prime number otherwise output 'No'. A 'prime number' is a a whole number above 1 that can not be made by multiplying other whole numbers.
Positive Example 1 -
Input: 7
Output: Yes
Positive Example 2 -
Input: 12
Output: No
Negative Example 1 -
Input: 100
Output: Yes
Now complete the following example -
Input: 19793
Output:
| [
"Yes"
] | task092-a53b87a06d20421e9bd35ac4c7b0cf5a |
Definition: In this task, you need to output 'Yes' if the given number is a prime number otherwise output 'No'. A 'prime number' is a a whole number above 1 that can not be made by multiplying other whole numbers.
Positive Example 1 -
Input: 7
Output: Yes
Positive Example 2 -
Input: 12
Output: No
Negative Example 1 -
Input: 100
Output: Yes
Now complete the following example -
Input: 82769
Output:
| [
"No"
] | task092-1e36f44be77a44a386d30137357ca54b |
Definition: In this task, you need to output 'Yes' if the given number is a prime number otherwise output 'No'. A 'prime number' is a a whole number above 1 that can not be made by multiplying other whole numbers.
Positive Example 1 -
Input: 7
Output: Yes
Positive Example 2 -
Input: 12
Output: No
Negative Example 1 -
Input: 100
Output: Yes
Now complete the following example -
Input: 35990
Output:
| [
"No"
] | task092-8ad5f89dea004ae7a8fceeeda90e5fef |
Definition: In this task, you need to output 'Yes' if the given number is a prime number otherwise output 'No'. A 'prime number' is a a whole number above 1 that can not be made by multiplying other whole numbers.
Positive Example 1 -
Input: 7
Output: Yes
Positive Example 2 -
Input: 12
Output: No
Negative Example 1 -
Input: 100
Output: Yes
Now complete the following example -
Input: 13451
Output:
| [
"Yes"
] | task092-498752bf852b4d7481141bb395cbd28d |
Definition: In this task, you need to output 'Yes' if the given number is a prime number otherwise output 'No'. A 'prime number' is a a whole number above 1 that can not be made by multiplying other whole numbers.
Positive Example 1 -
Input: 7
Output: Yes
Positive Example 2 -
Input: 12
Output: No
Negative Example 1 -
Input: 100
Output: Yes
Now complete the following example -
Input: 69833
Output:
| [
"Yes"
] | task092-8e62c6478d654c0a81354021a64d0a44 |
Definition: In this task, you need to output 'Yes' if the given number is a prime number otherwise output 'No'. A 'prime number' is a a whole number above 1 that can not be made by multiplying other whole numbers.
Positive Example 1 -
Input: 7
Output: Yes
Positive Example 2 -
Input: 12
Output: No
Negative Example 1 -
Input: 100
Output: Yes
Now complete the following example -
Input: 23552
Output:
| [
"No"
] | task092-95768eb30fb54561b7fe115781787594 |
Definition: In this task, you need to output 'Yes' if the given number is a prime number otherwise output 'No'. A 'prime number' is a a whole number above 1 that can not be made by multiplying other whole numbers.
Positive Example 1 -
Input: 7
Output: Yes
Positive Example 2 -
Input: 12
Output: No
Negative Example 1 -
Input: 100
Output: Yes
Now complete the following example -
Input: 22992
Output:
| [
"No"
] | task092-8b499fd27e144928add97c303b2bb1bd |
Definition: In this task, you need to output 'Yes' if the given number is a prime number otherwise output 'No'. A 'prime number' is a a whole number above 1 that can not be made by multiplying other whole numbers.
Positive Example 1 -
Input: 7
Output: Yes
Positive Example 2 -
Input: 12
Output: No
Negative Example 1 -
Input: 100
Output: Yes
Now complete the following example -
Input: 3821
Output:
| [
"Yes"
] | task092-52b0dac48db64e4ab8bc88e84bd929d3 |
Definition: In this task, you need to output 'Yes' if the given number is a prime number otherwise output 'No'. A 'prime number' is a a whole number above 1 that can not be made by multiplying other whole numbers.
Positive Example 1 -
Input: 7
Output: Yes
Positive Example 2 -
Input: 12
Output: No
Negative Example 1 -
Input: 100
Output: Yes
Now complete the following example -
Input: 28621
Output:
| [
"Yes"
] | task092-516ad35231ec4fc185e41f5eee6c381a |
Definition: In this task, you need to output 'Yes' if the given number is a prime number otherwise output 'No'. A 'prime number' is a a whole number above 1 that can not be made by multiplying other whole numbers.
Positive Example 1 -
Input: 7
Output: Yes
Positive Example 2 -
Input: 12
Output: No
Negative Example 1 -
Input: 100
Output: Yes
Now complete the following example -
Input: 20011
Output:
| [
"Yes"
] | task092-3d55aeab4d1f48309c38df6cb7f4e585 |
Definition: In this task, you need to output 'Yes' if the given number is a prime number otherwise output 'No'. A 'prime number' is a a whole number above 1 that can not be made by multiplying other whole numbers.
Positive Example 1 -
Input: 7
Output: Yes
Positive Example 2 -
Input: 12
Output: No
Negative Example 1 -
Input: 100
Output: Yes
Now complete the following example -
Input: 87875
Output:
| [
"No"
] | task092-8affc38f1529417eb23a25d08a707bf0 |
Definition: In this task, you need to output 'Yes' if the given number is a prime number otherwise output 'No'. A 'prime number' is a a whole number above 1 that can not be made by multiplying other whole numbers.
Positive Example 1 -
Input: 7
Output: Yes
Positive Example 2 -
Input: 12
Output: No
Negative Example 1 -
Input: 100
Output: Yes
Now complete the following example -
Input: 75086
Output:
| [
"No"
] | task092-0b3ca966f0f749d59cddd4e4fb186b6e |
Definition: In this task, you need to output 'Yes' if the given number is a prime number otherwise output 'No'. A 'prime number' is a a whole number above 1 that can not be made by multiplying other whole numbers.
Positive Example 1 -
Input: 7
Output: Yes
Positive Example 2 -
Input: 12
Output: No
Negative Example 1 -
Input: 100
Output: Yes
Now complete the following example -
Input: 27901
Output:
| [
"Yes"
] | task092-f223055186464475a153d8bbf0258c0d |
Definition: In this task, you need to output 'Yes' if the given number is a prime number otherwise output 'No'. A 'prime number' is a a whole number above 1 that can not be made by multiplying other whole numbers.
Positive Example 1 -
Input: 7
Output: Yes
Positive Example 2 -
Input: 12
Output: No
Negative Example 1 -
Input: 100
Output: Yes
Now complete the following example -
Input: 77042
Output:
| [
"No"
] | task092-7f53182819f146f8a60a37f1eb9de269 |
Definition: In this task, you need to output 'Yes' if the given number is a prime number otherwise output 'No'. A 'prime number' is a a whole number above 1 that can not be made by multiplying other whole numbers.
Positive Example 1 -
Input: 7
Output: Yes
Positive Example 2 -
Input: 12
Output: No
Negative Example 1 -
Input: 100
Output: Yes
Now complete the following example -
Input: 49223
Output:
| [
"Yes"
] | task092-d592e9d4b5264438813ea09561f61cd2 |
Definition: In this task, you need to output 'Yes' if the given number is a prime number otherwise output 'No'. A 'prime number' is a a whole number above 1 that can not be made by multiplying other whole numbers.
Positive Example 1 -
Input: 7
Output: Yes
Positive Example 2 -
Input: 12
Output: No
Negative Example 1 -
Input: 100
Output: Yes
Now complete the following example -
Input: 20609
Output:
| [
"No"
] | task092-28831f52703149698cd0359950f6ea8c |
Definition: In this task, you need to output 'Yes' if the given number is a prime number otherwise output 'No'. A 'prime number' is a a whole number above 1 that can not be made by multiplying other whole numbers.
Positive Example 1 -
Input: 7
Output: Yes
Positive Example 2 -
Input: 12
Output: No
Negative Example 1 -
Input: 100
Output: Yes
Now complete the following example -
Input: 44017
Output:
| [
"Yes"
] | task092-7493a69f0d54462999ac4220fddeca97 |
Definition: In this task, you need to output 'Yes' if the given number is a prime number otherwise output 'No'. A 'prime number' is a a whole number above 1 that can not be made by multiplying other whole numbers.
Positive Example 1 -
Input: 7
Output: Yes
Positive Example 2 -
Input: 12
Output: No
Negative Example 1 -
Input: 100
Output: Yes
Now complete the following example -
Input: 1753
Output:
| [
"Yes"
] | task092-d3586b0cdb8b4a578ebd4eb29e5b076f |
Definition: In this task, you need to output 'Yes' if the given number is a prime number otherwise output 'No'. A 'prime number' is a a whole number above 1 that can not be made by multiplying other whole numbers.
Positive Example 1 -
Input: 7
Output: Yes
Positive Example 2 -
Input: 12
Output: No
Negative Example 1 -
Input: 100
Output: Yes
Now complete the following example -
Input: 78307
Output:
| [
"Yes"
] | task092-1e9088f071784b5cb6d346b941e16280 |
Definition: In this task, you need to output 'Yes' if the given number is a prime number otherwise output 'No'. A 'prime number' is a a whole number above 1 that can not be made by multiplying other whole numbers.
Positive Example 1 -
Input: 7
Output: Yes
Positive Example 2 -
Input: 12
Output: No
Negative Example 1 -
Input: 100
Output: Yes
Now complete the following example -
Input: 61121
Output:
| [
"Yes"
] | task092-939643ac884c41fcaa9573483702548e |
Definition: In this task, you need to output 'Yes' if the given number is a prime number otherwise output 'No'. A 'prime number' is a a whole number above 1 that can not be made by multiplying other whole numbers.
Positive Example 1 -
Input: 7
Output: Yes
Positive Example 2 -
Input: 12
Output: No
Negative Example 1 -
Input: 100
Output: Yes
Now complete the following example -
Input: 90432
Output:
| [
"No"
] | task092-1652a4edf25343aea24c7c4d238d376c |
Definition: In this task, you need to output 'Yes' if the given number is a prime number otherwise output 'No'. A 'prime number' is a a whole number above 1 that can not be made by multiplying other whole numbers.
Positive Example 1 -
Input: 7
Output: Yes
Positive Example 2 -
Input: 12
Output: No
Negative Example 1 -
Input: 100
Output: Yes
Now complete the following example -
Input: 75224
Output:
| [
"No"
] | task092-f92b29a0f3aa400dba9a16fbcb6bfc03 |
Definition: In this task, you need to output 'Yes' if the given number is a prime number otherwise output 'No'. A 'prime number' is a a whole number above 1 that can not be made by multiplying other whole numbers.
Positive Example 1 -
Input: 7
Output: Yes
Positive Example 2 -
Input: 12
Output: No
Negative Example 1 -
Input: 100
Output: Yes
Now complete the following example -
Input: 29587
Output:
| [
"Yes"
] | task092-257739e5017940428b01632cf22e7499 |
Definition: In this task, you need to output 'Yes' if the given number is a prime number otherwise output 'No'. A 'prime number' is a a whole number above 1 that can not be made by multiplying other whole numbers.
Positive Example 1 -
Input: 7
Output: Yes
Positive Example 2 -
Input: 12
Output: No
Negative Example 1 -
Input: 100
Output: Yes
Now complete the following example -
Input: 71699
Output:
| [
"Yes"
] | task092-9ceb6d7a1eff4d7b9061f94b376f980b |
Definition: In this task, you need to output 'Yes' if the given number is a prime number otherwise output 'No'. A 'prime number' is a a whole number above 1 that can not be made by multiplying other whole numbers.
Positive Example 1 -
Input: 7
Output: Yes
Positive Example 2 -
Input: 12
Output: No
Negative Example 1 -
Input: 100
Output: Yes
Now complete the following example -
Input: 68441
Output:
| [
"No"
] | task092-dc47a5384f8b4f82854613e673eab249 |
Definition: In this task, you need to output 'Yes' if the given number is a prime number otherwise output 'No'. A 'prime number' is a a whole number above 1 that can not be made by multiplying other whole numbers.
Positive Example 1 -
Input: 7
Output: Yes
Positive Example 2 -
Input: 12
Output: No
Negative Example 1 -
Input: 100
Output: Yes
Now complete the following example -
Input: 63749
Output:
| [
"No"
] | task092-24dc66b9de84463d8339e622a06f49d5 |
Definition: In this task, you need to output 'Yes' if the given number is a prime number otherwise output 'No'. A 'prime number' is a a whole number above 1 that can not be made by multiplying other whole numbers.
Positive Example 1 -
Input: 7
Output: Yes
Positive Example 2 -
Input: 12
Output: No
Negative Example 1 -
Input: 100
Output: Yes
Now complete the following example -
Input: 25301
Output:
| [
"Yes"
] | task092-d1cfc0e1cb694c518b65a6b0644a1637 |
Definition: In this task, you need to output 'Yes' if the given number is a prime number otherwise output 'No'. A 'prime number' is a a whole number above 1 that can not be made by multiplying other whole numbers.
Positive Example 1 -
Input: 7
Output: Yes
Positive Example 2 -
Input: 12
Output: No
Negative Example 1 -
Input: 100
Output: Yes
Now complete the following example -
Input: 61981
Output:
| [
"Yes"
] | task092-52e43bfec1f347dbb841b56f619e0075 |
Definition: In this task, you need to output 'Yes' if the given number is a prime number otherwise output 'No'. A 'prime number' is a a whole number above 1 that can not be made by multiplying other whole numbers.
Positive Example 1 -
Input: 7
Output: Yes
Positive Example 2 -
Input: 12
Output: No
Negative Example 1 -
Input: 100
Output: Yes
Now complete the following example -
Input: 14153
Output:
| [
"Yes"
] | task092-7a3eaffe55c04aed921249864920d8c4 |
Definition: In this task, you need to output 'Yes' if the given number is a prime number otherwise output 'No'. A 'prime number' is a a whole number above 1 that can not be made by multiplying other whole numbers.
Positive Example 1 -
Input: 7
Output: Yes
Positive Example 2 -
Input: 12
Output: No
Negative Example 1 -
Input: 100
Output: Yes
Now complete the following example -
Input: 9042
Output:
| [
"No"
] | task092-92cba76118c648c4a5e9d90639809c1d |
Definition: In this task, you need to output 'Yes' if the given number is a prime number otherwise output 'No'. A 'prime number' is a a whole number above 1 that can not be made by multiplying other whole numbers.
Positive Example 1 -
Input: 7
Output: Yes
Positive Example 2 -
Input: 12
Output: No
Negative Example 1 -
Input: 100
Output: Yes
Now complete the following example -
Input: 2087
Output:
| [
"Yes"
] | task092-6d46b4fc9cc14c2abcfc5fad16932db9 |
Definition: In this task, you need to output 'Yes' if the given number is a prime number otherwise output 'No'. A 'prime number' is a a whole number above 1 that can not be made by multiplying other whole numbers.
Positive Example 1 -
Input: 7
Output: Yes
Positive Example 2 -
Input: 12
Output: No
Negative Example 1 -
Input: 100
Output: Yes
Now complete the following example -
Input: 10011
Output:
| [
"No"
] | task092-73a28c0092dc4d56b0bfd34b5edb9e92 |
Definition: In this task, you need to output 'Yes' if the given number is a prime number otherwise output 'No'. A 'prime number' is a a whole number above 1 that can not be made by multiplying other whole numbers.
Positive Example 1 -
Input: 7
Output: Yes
Positive Example 2 -
Input: 12
Output: No
Negative Example 1 -
Input: 100
Output: Yes
Now complete the following example -
Input: 13839
Output:
| [
"No"
] | task092-433e64fe82c04d55b471e917b3c8bce9 |
Definition: In this task, you need to output 'Yes' if the given number is a prime number otherwise output 'No'. A 'prime number' is a a whole number above 1 that can not be made by multiplying other whole numbers.
Positive Example 1 -
Input: 7
Output: Yes
Positive Example 2 -
Input: 12
Output: No
Negative Example 1 -
Input: 100
Output: Yes
Now complete the following example -
Input: 42767
Output:
| [
"Yes"
] | task092-9b3ba024497641f6a45f9ffe154f305e |