question stringlengths 75 78 | answer stringclasses 14
values | metadata dict | difficulty int64 2 4 |
|---|---|---|---|
How many 1 bits are there in the binary representation of the number 29887202? | 10 | {
"binary": "1110010000000101011100010",
"difficulty": {
"n": [
10000000,
100000000
]
},
"n": 29887202,
"number": 29887202,
"solution": 10,
"source_dataset": "count_bits",
"source_index": 60
} | 4 |
How many 1 bits are there in the binary representation of the number 71243317? | 14 | {
"binary": "100001111110001011000110101",
"difficulty": {
"n": [
10000000,
100000000
]
},
"n": 71243317,
"number": 71243317,
"solution": 14,
"source_dataset": "count_bits",
"source_index": 61
} | 4 |
How many 1 bits are there in the binary representation of the number 12621745? | 11 | {
"binary": "110000001001011110110001",
"difficulty": {
"n": [
10000000,
100000000
]
},
"n": 12621745,
"number": 12621745,
"solution": 11,
"source_dataset": "count_bits",
"source_index": 62
} | 4 |
How many 1 bits are there in the binary representation of the number 89366394? | 17 | {
"binary": "101010100111001111101111010",
"difficulty": {
"n": [
10000000,
100000000
]
},
"n": 89366394,
"number": 89366394,
"solution": 17,
"source_dataset": "count_bits",
"source_index": 63
} | 4 |
How many 1 bits are there in the binary representation of the number 74322090? | 11 | {
"binary": "100011011100001000010101010",
"difficulty": {
"n": [
10000000,
100000000
]
},
"n": 74322090,
"number": 74322090,
"solution": 11,
"source_dataset": "count_bits",
"source_index": 64
} | 4 |
How many 1 bits are there in the binary representation of the number 43082248? | 8 | {
"binary": "10100100010110001000001000",
"difficulty": {
"n": [
10000000,
100000000
]
},
"n": 43082248,
"number": 43082248,
"solution": 8,
"source_dataset": "count_bits",
"source_index": 65
} | 4 |
How many 1 bits are there in the binary representation of the number 27518128? | 12 | {
"binary": "1101000111110010010110000",
"difficulty": {
"n": [
10000000,
100000000
]
},
"n": 27518128,
"number": 27518128,
"solution": 12,
"source_dataset": "count_bits",
"source_index": 66
} | 4 |
How many 1 bits are there in the binary representation of the number 47525000? | 11 | {
"binary": "10110101010010110010001000",
"difficulty": {
"n": [
10000000,
100000000
]
},
"n": 47525000,
"number": 47525000,
"solution": 11,
"source_dataset": "count_bits",
"source_index": 67
} | 4 |
How many 1 bits are there in the binary representation of the number 62081139? | 14 | {
"binary": "11101100110100100001110011",
"difficulty": {
"n": [
10000000,
100000000
]
},
"n": 62081139,
"number": 62081139,
"solution": 14,
"source_dataset": "count_bits",
"source_index": 68
} | 4 |
How many 1 bits are there in the binary representation of the number 38556581? | 12 | {
"binary": "10010011000101001110100101",
"difficulty": {
"n": [
10000000,
100000000
]
},
"n": 38556581,
"number": 38556581,
"solution": 12,
"source_dataset": "count_bits",
"source_index": 69
} | 4 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.