<div class="text-justify"> <center><h2>My Coding Quiz #7 👨💻🛠️🧩</h2></center> <p>Welcome to the new installment of my series of <b>Coding Quizzes</b>, in which you will be able to test your knowledge and skills about programming and software development in a simple and fun way. If you want to learn more about it visit <a href="/@eniolw">my blog</a> here on Hive and the <a href="/@eniolw/my-coding-quiz-1">first post</a> where I introduced it.</p> <h3>Without further ado, here's the riddle...</h3> <br><center><img src="https://images.ecency.com/DQmNjsJTrNgAkVEPAokHYkon3DmUMVUeSQFfiXsEMtUAivq/quiz_img_en.png" alt="Quiz"><h3>By @eniolw</h3></center> <br><center><h3>What's your choice?</h3></center> <p><b>Solution to the <a href="/@eniolw/my-coding-quiz-6">previous quiz</a>:</b> <b>4 []</b>. Line 1 defines a variable <code>p</code> containing a <b>range object</b>, which is an immutable sequence of integers. It is specified to start at 0 (inclusive) and end at 5 (exclusive), i.e., it spans <b>0, 1, 2, 3</b> and <b>4</b>.</p> <p>This range object is iterated through a <code>for</code> in line 4, which could have been reduced to a single line as <code>for i in range(0, 5)</code>. The for loop iterates through the sequence without doing anything else and the last value of <code>i</code> will be <b>4</b>. It cannot be 5 because the for loop derives its indices from the already pre-established <code>p</code> sequence.</p> <p>Line 2 defines a range object from <b>0 to -3</b>, different from the previous one. By default, the range object iterates at a step of positive 1 and is made in such a way that it could not create an infinite loop. When this sequence is converted to a list at line 3, the list will be empty.</p> <p>Hence the output instructed in line 6 is <b>4 []</b>. That wasn't so hard, was it? @rafaelaquino managed to solve this riddle. Nice!</p> <hr> <p>If you want to blog about computer science and programming content, I invite you to join <a href="/">Hive</a> and participate in its communities, such as <a href="/created/hive-196387">STEM-social</a>, <a href="/created/hive-154226">Develop Spanish</a>, <a href="/created/hive-169321">Programming & Dev</a>, <a href="/created/hive-153850">Hive Learners</a> and others.</p> <hr> <center><h2>Mi Quiz de Programación #7 👨💻🛠️🧩</h2></center> <p>Bienvenido a mi nueva serie de <b>Quizzes de Programación</b>, en la cual podrás poner a prueba tus conocimientos y habilidades sobre programación y desarrollo de software de una manera sencilla y divertida. Si quieres aprender más sobre ella visita <a href="/@eniolw">mi blog</a> aquí en Hive y el <a href="/@eniolw/my-coding-quiz-1">primer post</a> donde la presenté.</p> <h3>Sin más preámbulos, he aquí el acertijo...</h3> <br><center><img src="https://images.ecency.com/DQmdSrAB5goJVQfCcG3H8yRWmaD2bdSQL54hRQ8DMEQGS7G/quiz_img_es.png" alt="Quiz"><h3>Por @eniolw</h3></center> <br><center><h3>¿Cuál es tu elección?</h3></center> <p><b>Solución al <a href="/@eniolw/my-coding-quiz-6">quiz anterior</a>:</b> <b>4 []</b>. La línea 1 define una variable <code>p</code> que contiene un <b>objeto de rango</b>, que es una secuencia inmutable de enteros. Se especifica que comienza en 0 (inclusivo) y termina en 5 (exclusivo), es decir, abarca <b>0, 1, 2, 3</b> y <b>4</b>.</p> <p>Este objeto de rango se itera a través de un <code>for</code> en la línea 4, que podría haberse reducido a una sola línea como <code>for i in range(0, 5)</code>. El for itera a través de la secuencia sin hacer nada más y el último valor de <code>i</code> será <b>4</b>. No puede ser 5 porque el bucle for deriva sus índices de la secuencia <code>p</code> ya preestablecida.</p> <p>La línea 2 define un objeto de rango de <b>0 a -3</b>, diferente al anterior. Por defecto, el objeto de rango itera en un paso de 1 positivo y está hecho de tal manera que no puede crear un bucle infinito. Cuando esta secuencia se convierta en una lista en la línea 3, la lista estará vacía.</p> <p>Por lo tanto, la salida indicada en la línea 6 es <b>4 []</b>. No fue tan difícil, ¿verdad? @rafaelaquino logró resolver este acertijo. ¡Genial!</p> <hr> <p>Si quieres bloguear sobre contenido informático y de programación, te invito a unirte a <a href="/">Hive</a> y participar en sus comunidades, tales como <a href="/created/hive-196387">STEM-social</a>, <a href="/created/hive-154226">Develop Spanish</a>, <a href="/created/hive-169321">Programming & Dev</a>, <a href="/created/hive-153850">Hive Learners</a> y otras.</p> </div>
author | eniolw |
---|---|
permlink | my-coding-quiz-7 |
category | hive-153850 |
json_metadata | "{"image":["https://images.ecency.com/DQmNjsJTrNgAkVEPAokHYkon3DmUMVUeSQFfiXsEMtUAivq/quiz_img_en.png","https://images.ecency.com/DQmdSrAB5goJVQfCcG3H8yRWmaD2bdSQL54hRQ8DMEQGS7G/quiz_img_es.png"],"thumbnails":["https://images.ecency.com/DQmNXtxS3Umrj9M1SJJU81hg2UNre4Uke8cbEuGaLajVyhT/quiz_img_en.png","https://images.ecency.com/DQmPC9n8GePmQ1huXwwgepv8CqMm3pqDivy8KmXbdFsbifF/quiz_img_es.png"],"tags":["hive-153850","python","coding","programming","stemsocial","neoxian","proofofbrain","waivio","creativecoin","spanish"],"description":"My Coding Quiz #7 👨💻🛠️🧩 Welcome to the new installment of my series of Coding Quizzes, in which you will be able to test your knowledge and skills about programming in a simple and fun way.","app":"ecency/3.0.34-vision","format":"markdown+html","image_ratios":["0.9828","0.9828"]}" |
created | 2023-07-12 09:28:42 |
last_update | 2023-07-12 15:34:30 |
depth | 0 |
children | 5 |
last_payout | 2023-07-19 09:28:42 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 5.539 HBD |
curator_payout_value | 5.430 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 4,638 |
author_reputation | 256,499,626,606,412 |
root_title | "My Coding Quiz #7" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 125,256,281 |
net_rshares | 22,815,095,517,744 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
drifter1 | 0 | 1,026,618,742 | 2.8% | ||
kevinwong | 0 | 2,875,860,434 | 0.42% | ||
justtryme90 | 0 | 1,307,673,783 | 70% | ||
eric-boucher | 0 | 14,554,485,102 | 2.8% | ||
juanmiguelsalas | 0 | 820,068,816 | 1.68% | ||
thecryptodrive | 0 | 5,922,482,116 | 1.12% | ||
roelandp | 0 | 305,041,359,074 | 35% | ||
cloh76 | 0 | 4,031,959,643 | 2.8% | ||
lichtblick | 0 | 3,155,643,554 | 1.68% | ||
stea90 | 0 | 1,105,307,994 | 1% | ||
joshglen | 0 | 675,784,232 | 5.6% | ||
akipponn | 0 | 5,070,064,245 | 35% | ||
sunshine | 0 | 202,649,654,012 | 35% | ||
neddykelly | 0 | 14,435,275,617 | 85% | ||
kryptik | 0 | 14,292,367,957 | 100% | ||
lordvader | 0 | 44,985,578,039 | 5.6% | ||
rmach | 0 | 25,002,708,160 | 35% | ||
lemouth | 0 | 1,249,337,707,733 | 45% | ||
netaterra | 0 | 45,227,610,973 | 2.8% | ||
alaqrab | 0 | 501,089,230 | 2.8% | ||
lamouthe | 0 | 5,546,413,281 | 70% | ||
tfeldman | 0 | 5,453,467,986 | 2.8% | ||
sergiomendes | 0 | 1,991,693,460 | 2.8% | ||
metabs | 0 | 7,618,372,436 | 70% | ||
mcsvi | 0 | 109,381,177,739 | 50% | ||
lk666 | 0 | 1,736,405,599 | 2.8% | ||
cnfund | 0 | 11,362,567,801 | 5.6% | ||
justyy | 0 | 30,883,866,521 | 5.6% | ||
michelle.gent | 0 | 3,338,731,819 | 1.12% | ||
curie | 0 | 428,103,983,081 | 5.6% | ||
modernzorker | 0 | 3,521,106,462 | 3.92% | ||
moretea | 0 | 1,825,152,248 | 5.6% | ||
techslut | 0 | 166,147,969,517 | 28% | ||
steemstem | 0 | 1,320,522,433,420 | 70% | ||
dashfit | 0 | 482,157,157 | 2.8% | ||
tristancarax | 0 | 692,785,248 | 2.8% | ||
edb | 0 | 7,360,706,445 | 7% | ||
yadamaniart | 0 | 3,136,197,702 | 2.8% | ||
bigtakosensei | 0 | 1,319,614,252 | 1.4% | ||
walterjay | 0 | 434,989,084,999 | 35% | ||
valth | 0 | 11,146,352,202 | 35% | ||
metroair | 0 | 23,760,204,167 | 5.6% | ||
driptorchpress | 0 | 2,085,314,290 | 1.4% | ||
sardrt | 0 | 1,237,057,024 | 10% | ||
dna-replication | 0 | 2,744,070,695 | 70% | ||
privex | 0 | 6,805,293,747 | 5.6% | ||
boynashruddin | 0 | 875,530,167 | 5.6% | ||
steemiteducation | 0 | 1,220,665,894 | 2.8% | ||
dhimmel | 0 | 364,082,715,006 | 17.5% | ||
oluwatobiloba | 0 | 3,171,456,873 | 70% | ||
detlev | 0 | 22,511,616,897 | 1.68% | ||
chasmic-cosm | 0 | 866,393,417 | 2.8% | ||
lugaxker | 0 | 823,566,558 | 34.65% | ||
federacion45 | 0 | 8,726,329,401 | 2.8% | ||
amberyooper | 0 | 551,722,887 | 2.8% | ||
gamersclassified | 0 | 3,282,723,550 | 2.8% | ||
iansart | 0 | 10,297,576,915 | 2.8% | ||
mobbs | 0 | 112,277,076,871 | 35% | ||
eliel | 0 | 13,643,608,451 | 5.6% | ||
jerrybanfield | 0 | 18,850,997,011 | 5.6% | ||
rt395 | 0 | 1,992,765,784 | 1.5% | ||
bitrocker2020 | 0 | 9,804,277,082 | 0.84% | ||
sustainablyyours | 0 | 30,392,803,009 | 35% | ||
helo | 0 | 30,473,443,470 | 35% | ||
arunava | 0 | 24,200,613,060 | 2.24% | ||
schoolforsdg4 | 0 | 1,074,081,415 | 5% | ||
samminator | 0 | 49,093,009,437 | 35% | ||
zerotoone | 0 | 1,123,369,029 | 2.8% | ||
enjar | 0 | 39,667,931,485 | 5.04% | ||
mahdiyari | 0 | 1,901,667,184,484 | 80% | ||
lorenzor | 0 | 1,287,875,476 | 50% | ||
firstamendment | 0 | 84,932,267,904 | 50% | ||
sam99 | 0 | 13,714,687,708 | 21% | ||
aboutyourbiz | 0 | 990,579,821 | 5.6% | ||
derosnec | 0 | 562,968,460 | 2.8% | ||
alexander.alexis | 0 | 42,396,309,724 | 70% | ||
professorbromide | 0 | 110,191,099,088 | 100% | ||
dandesign86 | 0 | 15,620,935,561 | 8% | ||
jayna | 0 | 7,522,128,927 | 1.12% | ||
hhayweaver | 0 | 1,018,195,881 | 1.4% | ||
princessmewmew | 0 | 7,607,337,437 | 2.8% | ||
grapthar | 0 | 2,136,981,680 | 4.2% | ||
diabolika | 0 | 932,037,375 | 2.8% | ||
ufv | 0 | 3,006,808,420 | 50% | ||
gunthertopp | 0 | 76,321,500,068 | 1.4% | ||
pipiczech | 0 | 2,403,199,573 | 5.6% | ||
empath | 0 | 4,163,894,841 | 2.8% | ||
eturnerx | 0 | 93,038,501,367 | 4.7% | ||
flatman | 0 | 2,422,015,021 | 5.6% | ||
minnowbooster | 0 | 1,082,194,225,392 | 20% | ||
lenasveganliving | 0 | 913,362,231 | 2.8% | ||
howo | 0 | 2,219,190,488,855 | 70% | ||
tsoldovieri | 0 | 7,374,569,570 | 35% | ||
steemwizards | 0 | 3,933,405,080 | 5.6% | ||
neumannsalva | 0 | 4,561,095,783 | 2.8% | ||
stayoutoftherz | 0 | 145,336,138,042 | 1.4% | ||
abigail-dantes | 0 | 25,950,038,435 | 70% | ||
coindevil | 0 | 2,837,115,846 | 4.48% | ||
zonguin | 0 | 3,016,460,703 | 17.5% | ||
investingpennies | 0 | 21,065,640,752 | 5.6% | ||
prapanth | 0 | 1,040,692,080 | 2.8% | ||
martibis | 0 | 2,389,165,976 | 1.68% | ||
val.halla | 0 | 2,869,753,262 | 10% | ||
redrica | 0 | 2,024,521,431 | 2.8% | ||
pepskaram | 0 | 594,251,943 | 2.8% | ||
iamphysical | 0 | 756,394,410 | 90% | ||
hdmed | 0 | 573,723,801 | 5.6% | ||
sunisa | 0 | 1,397,397,717 | 2.8% | ||
dipom98 | 0 | 1,184,789,612 | 2.8% | ||
zest | 0 | 1,003,920,540 | 35% | ||
zyx066 | 0 | 5,708,466,203 | 1.68% | ||
chrisdavidphoto | 0 | 1,089,024,025 | 1.68% | ||
revo | 0 | 11,098,492,209 | 5.6% | ||
azulear | 0 | 1,189,175,227 | 100% | ||
djlethalskillz | 0 | 1,796,406,541 | 5% | ||
psicoluigi | 0 | 772,457,504 | 50% | ||
nerdnews | 0 | 938,645,129 | 5.6% | ||
rafaelaquino | 0 | 20,241,557,199 | 100% | ||
wilians | 0 | 548,137,818 | 35% | ||
rocky1 | 0 | 807,471,799,541 | 0.84% | ||
stickchumpion | 0 | 717,636,534 | 2.8% | ||
noloafing | 0 | 687,666,094 | 17.5% | ||
thelordsharvest | 0 | 5,160,497,510 | 5.6% | ||
vera-vaders-ea | 0 | 494,224,301 | 5.6% | ||
sumant | 0 | 13,162,856,297 | 2.8% | ||
aidefr | 0 | 7,323,920,144 | 35% | ||
torico | 0 | 1,492,431,897 | 1.84% | ||
tomiscurious | 0 | 54,347,113,367 | 10.2% | ||
sorin.cristescu | 0 | 195,720,462,710 | 35% | ||
therealwolf | 0 | 34,027,630,149 | 2.8% | ||
fatman | 0 | 9,051,262,880 | 2% | ||
votehero | 0 | 94,409,567,253 | 20.3% | ||
inthenow | 0 | 18,825,812,723 | 20% | ||
minnowpowerup | 0 | 859,254,329 | 2.8% | ||
splash-of-angs63 | 0 | 3,665,498,073 | 70% | ||
cryptononymous | 0 | 1,940,870,207 | 2.8% | ||
braveboat | 0 | 21,312,424,956 | 40% | ||
dauerossi | 0 | 6,067,933,319 | 30% | ||
meno | 0 | 25,343,234,521 | 2.8% | ||
buttcoins | 0 | 627,793,520 | 1.12% | ||
bigdizzle91 | 0 | 808,762,814 | 2.8% | ||
toocurious | 0 | 529,534,089 | 2.8% | ||
helyorsini | 0 | 616,896,272 | 2.8% | ||
technicalside | 0 | 25,223,832,193 | 24% | ||
steemed-proxy | 0 | 1,014,030,928,408 | 5.6% | ||
fatkat | 0 | 1,479,479,829 | 2.79% | ||
investegg | 0 | 15,101,532,662 | 19.1% | ||
doifeellucky | 0 | 17,756,371,809 | 2.8% | ||
peaceandwar | 0 | 881,593,823 | 2.8% | ||
enzor | 0 | 4,462,377,822 | 70% | ||
marcoriccardi | 0 | 1,010,135,332 | 5.6% | ||
bartosz546 | 0 | 4,207,199,696 | 2.8% | ||
tazbaz | 0 | 559,651,859 | 2.8% | ||
dandays | 0 | 16,532,607,744 | 1.4% | ||
battebilly | 0 | 763,087,138 | 2.8% | ||
notb4mycoffee | 0 | 3,088,897,158 | 5.6% | ||
silverwhale | 0 | 1,399,650,988 | 5.04% | ||
dejan.vuckovic | 0 | 826,023,116 | 2.8% | ||
alvinauh | 0 | 1,308,209,641 | 30% | ||
lottje | 0 | 612,414,932 | 70% | ||
myach | 0 | 723,751,036 | 4.48% | ||
sunsea | 0 | 4,218,639,445 | 2.8% | ||
postpromoter | 0 | 1,586,925,165,723 | 70% | ||
bluefinstudios | 0 | 3,562,848,865 | 1.68% | ||
steveconnor | 0 | 4,864,485,787 | 2.8% | ||
sankysanket18 | 0 | 1,587,247,988 | 35% | ||
dbddv01 | 0 | 2,571,128,111 | 17.5% | ||
zmx | 0 | 559,908,320 | 2.8% | ||
smartsteem | 0 | 137,966,795,892 | 2.8% | ||
aboutcoolscience | 0 | 887,708,083 | 70% | ||
afifa | 0 | 601,665,166 | 10% | ||
sandracarrascal | 0 | 491,923,483 | 50% | ||
skycae | 0 | 734,688,388 | 5.6% | ||
kenadis | 0 | 18,863,642,140 | 70% | ||
madridbg | 0 | 27,648,791,867 | 70% | ||
robotics101 | 0 | 20,818,131,308 | 70% | ||
marcolino76 | 0 | 573,585,918 | 2.8% | ||
onemedia | 0 | 1,136,271,526 | 5.6% | ||
lpv | 0 | 2,918,056,512 | 8.75% | ||
iptrucs | 0 | 9,147,015,293 | 25% | ||
punchline | 0 | 15,501,203,864 | 5.6% | ||
howiemac | 0 | 618,452,049 | 2.8% | ||
ahmadmangazap | 0 | 4,594,724,944 | 2.8% | ||
tomatom | 0 | 522,663,452 | 2.8% | ||
duke77 | 0 | 768,416,122 | 33% | ||
danaedwards | 0 | 724,711,929 | 5.6% | ||
sco | 0 | 19,047,935,484 | 70% | ||
anikekirsten | 0 | 1,692,881,818 | 35% | ||
phgnomo | 0 | 836,520,420 | 2.8% | ||
ennyta | 0 | 924,729,009 | 50% | ||
juecoree | 0 | 6,295,865,296 | 49% | ||
gordon92 | 0 | 862,281,397 | 2.8% | ||
stahlberg | 0 | 1,290,047,478 | 2.8% | ||
cordeta | 0 | 1,039,821,074 | 5.6% | ||
reizak | 0 | 498,030,165 | 2.24% | ||
carn | 0 | 3,627,464,737 | 5.04% | ||
eliaschess333 | 0 | 30,172,341,247 | 100% | ||
branbello | 0 | 2,754,770,894 | 35% | ||
bartheek | 0 | 7,124,971,281 | 5.6% | ||
hetty-rowan | 0 | 1,795,610,074 | 2.8% | ||
ydavgonzalez | 0 | 1,937,468,849 | 10% | ||
young-boss-karin | 0 | 455,423,614 | 2.8% | ||
intrepidphotos | 0 | 317,730,332,534 | 52.5% | ||
fineartnow | 0 | 4,014,556,897 | 2.8% | ||
hijosdelhombre | 0 | 42,386,572,477 | 40% | ||
mathowl | 0 | 45,157,774,833 | 100% | ||
yoghurt | 0 | 1,645,387,806 | 5.6% | ||
steemvault | 0 | 2,179,237,300 | 5.6% | ||
steem4all | 0 | 1,295,663,257 | 2.8% | ||
shinedojo | 0 | 698,626,409 | 5.6% | ||
fragmentarion | 0 | 18,875,999,155 | 70% | ||
utube | 0 | 4,865,119,388 | 5.6% | ||
jigstrike | 0 | 898,497,911 | 2.8% | ||
baycan | 0 | 833,066,381 | 2.8% | ||
m1alsan | 0 | 988,335,718 | 2.8% | ||
steemboat-steve | 0 | 854,222,882 | 2.8% | ||
dynamicrypto | 0 | 3,418,283,497 | 1% | ||
neneandy | 0 | 6,430,784,541 | 5.6% | ||
real2josh | 0 | 661,181,182 | 35% | ||
soufiani | 0 | 722,028,414 | 2.24% | ||
sportscontest | 0 | 5,897,044,088 | 5.6% | ||
videosteemit | 0 | 1,289,840,543 | 5.6% | ||
gribouille | 0 | 3,412,436,172 | 70% | ||
itharagaian | 0 | 3,219,295,935 | 33% | ||
pandasquad | 0 | 12,629,923,791 | 5.6% | ||
tobias-g | 0 | 28,689,047,363 | 10% | ||
kingabesh | 0 | 1,424,801,686 | 35% | ||
miguelangel2801 | 0 | 755,377,981 | 50% | ||
mproxima | 0 | 1,935,956,766 | 2.8% | ||
fantasycrypto | 0 | 2,376,671,847 | 2.8% | ||
didic | 0 | 1,940,579,127 | 2.8% | ||
careassaktart | 0 | 1,253,873,008 | 1.68% | ||
jossduarte | 0 | 1,713,267,263 | 2.8% | ||
emiliomoron | 0 | 10,514,026,836 | 35% | ||
galam | 0 | 662,721,006 | 24.5% | ||
dexterdev | 0 | 2,887,818,712 | 35% | ||
photohunt | 0 | 3,810,709,726 | 5.6% | ||
geopolis | 0 | 4,683,996,982 | 70% | ||
robertbira | 0 | 7,583,457,039 | 17.5% | ||
atomcollector | 0 | 2,422,678,853 | 1.4% | ||
alexdory | 0 | 11,204,005,594 | 70% | ||
takowi | 0 | 106,938,537,710 | 5.6% | ||
sargewhale | 0 | 836,709,901 | 100% | ||
irgendwo | 0 | 18,887,857,033 | 5.6% | ||
vegan.niinja | 0 | 521,948,885 | 2.8% | ||
flugschwein | 0 | 3,669,947,811 | 59.5% | ||
charitybot | 0 | 5,015,932,865 | 100% | ||
cyprianj | 0 | 80,505,567,520 | 70% | ||
kieranstone | 0 | 1,517,253,403 | 1.84% | ||
movement19 | 0 | 635,211,752 | 2.5% | ||
francostem | 0 | 9,754,242,673 | 70% | ||
endopediatria | 0 | 695,806,150 | 20% | ||
chrislybear | 0 | 13,527,792,761 | 50% | ||
steempampanga | 0 | 524,216,417 | 2.8% | ||
croctopus | 0 | 1,407,550,349 | 100% | ||
jjerryhan | 0 | 1,998,942,675 | 2.8% | ||
zipporah | 0 | 2,734,474,085 | 1.12% | ||
leomarylm | 0 | 1,770,527,923 | 2.8% | ||
randumb | 0 | 1,256,638,332 | 5.6% | ||
superlotto | 0 | 16,562,900,344 | 5.6% | ||
positiveninja | 0 | 1,045,482,404 | 2.8% | ||
miroslavrc | 0 | 599,916,672 | 1.4% | ||
foxyspirit | 0 | 574,649,223 | 2.8% | ||
bscrypto | 0 | 14,322,574,477 | 2.8% | ||
vonaurolacu | 0 | 1,764,708,542 | 2.8% | ||
movingman | 0 | 617,782,092 | 20% | ||
delpilar | 0 | 934,959,443 | 25% | ||
scottshots | 0 | 520,169,822 | 0.28% | ||
tomastonyperez | 0 | 16,277,713,102 | 50% | ||
paypalbis | 0 | 910,108,082 | 100% | ||
rodrigocassio | 0 | 891,614,609 | 100% | ||
bil.prag | 0 | 2,343,765,605 | 0.28% | ||
silviomangum29 | 0 | 891,583,909 | 100% | ||
elvigia | 0 | 10,461,140,697 | 50% | ||
sanderjansenart | 0 | 5,139,850,727 | 2.8% | ||
viagens | 0 | 893,998,094 | 100% | ||
vittoriozuccala | 0 | 2,088,453,383 | 2.8% | ||
laxam | 0 | 5,331,738,388 | 100% | ||
qberry | 0 | 3,904,387,334 | 2.8% | ||
frissonsteemit | 0 | 1,254,825,582 | 2.8% | ||
broncofan99 | 0 | 8,490,658,000 | 20% | ||
rambutan.art | 0 | 1,817,241,567 | 5.6% | ||
greddyforce | 0 | 3,373,791,967 | 2.07% | ||
flyerchen | 0 | 648,098,082 | 2.8% | ||
braaiboy | 0 | 10,505,125,896 | 2.8% | ||
gadrian | 0 | 380,142,008,078 | 52.5% | ||
c0wtschpotato | 0 | 590,800,279 | 2.8% | ||
therising | 0 | 97,228,269,220 | 5.6% | ||
cryptocoinkb | 0 | 2,186,400,776 | 2.8% | ||
gifty-e | 0 | 525,548,586 | 80% | ||
de-stem | 0 | 38,664,440,870 | 69.3% | ||
imcore | 0 | 864,288,263 | 10% | ||
serylt | 0 | 3,236,575,900 | 68.6% | ||
josedelacruz | 0 | 4,561,410,387 | 50% | ||
achimmertens | 0 | 7,048,068,585 | 2.8% | ||
kgakakillerg | 0 | 18,324,002,268 | 10% | ||
charitymemes | 0 | 529,449,864 | 100% | ||
mariusfebruary | 0 | 743,526,780 | 2.24% | ||
outtheshellvlog | 0 | 884,150,540 | 2.8% | ||
sawyn | 0 | 664,157,771 | 2.8% | ||
petertag | 0 | 553,131,024 | 4.2% | ||
erickyoussif | 0 | 582,793,860 | 100% | ||
meanbees | 0 | 29,374,046,875 | 100% | ||
michaelwrites | 0 | 932,338,427 | 35% | ||
indigoocean | 0 | 1,242,782,561 | 2.8% | ||
primersion | 0 | 313,037,397,356 | 20% | ||
deholt | 0 | 4,096,036,813 | 59.5% | ||
solominer | 0 | 973,529,200,725 | 10% | ||
anneporter | 0 | 2,741,269,934 | 21% | ||
steem.services | 0 | 1,058,266,895 | 1.12% | ||
netzisde | 0 | 1,005,138,168 | 2.8% | ||
diabonua | 0 | 5,249,955,909 | 2.8% | ||
bushradio | 0 | 639,078,427 | 5.6% | ||
crystalhuman | 0 | 698,585,380 | 70% | ||
pladozero | 0 | 33,135,308,397 | 10% | ||
minerthreat | 0 | 3,518,427,510 | 2.8% | ||
nateaguila | 0 | 141,784,112,572 | 5% | ||
stevenwood | 0 | 3,038,107,341 | 1.86% | ||
temitayo-pelumi | 0 | 6,333,647,828 | 70% | ||
andrick | 0 | 821,479,521 | 50% | ||
doctor-cog-diss | 0 | 55,485,148,267 | 70% | ||
trisolaran | 0 | 1,572,957,951 | 2.8% | ||
marcuz | 0 | 2,458,587,749 | 35% | ||
cooltivar | 0 | 1,414,337,991 | 1.12% | ||
acont | 0 | 11,936,006,658 | 50% | ||
uche-nna | 0 | 5,458,869,864 | 4.48% | ||
barbz | 0 | 102,103,086,300 | 100% | ||
citizendog | 0 | 5,231,665,335 | 5.6% | ||
we-are-lucky | 0 | 27,780,513,027 | 72.2% | ||
letenebreux | 0 | 1,446,612,317 | 33% | ||
cheese4ead | 0 | 4,243,900,888 | 2.8% | ||
jd4e | 0 | 3,738,949,847 | 50% | ||
mafufuma | 0 | 7,443,468,329 | 1% | ||
nattybongo | 0 | 35,982,690,879 | 70% | ||
drsensor | 0 | 993,495,664 | 36% | ||
revueh | 0 | 1,951,022,982 | 35% | ||
ilovecryptopl | 0 | 893,057,674 | 4.48% | ||
purelyscience | 0 | 536,710,580 | 35% | ||
bflanagin | 0 | 7,411,529,663 | 2.8% | ||
ubaldonet | 0 | 1,490,485,244 | 80% | ||
armandosodano | 0 | 12,290,869,188 | 2.8% | ||
acousticguitar | 0 | 14,135,220,456 | 50% | ||
marivic10 | 0 | 1,051,944,400 | 2.8% | ||
acidtiger | 0 | 527,000,203 | 2.8% | ||
gerdtrudroepke | 0 | 65,752,984,681 | 49% | ||
goblinknackers | 0 | 73,014,041,648 | 7% | ||
zuerich | 0 | 908,193,306,008 | 19% | ||
bambinaacida | 0 | 2,368,491,591 | 50% | ||
reinaseq | 0 | 7,234,990,197 | 100% | ||
vixmemon | 0 | 1,655,885,977 | 4.2% | ||
honeycup-waters | 0 | 611,567,836 | 2.8% | ||
yaelg | 0 | 1,151,468,377 | 1.68% | ||
kylealex | 0 | 4,668,433,212 | 10% | ||
cubapl | 0 | 4,194,966,008 | 35% | ||
orlandogonzalez | 0 | 3,167,671,609 | 25% | ||
cleanplanet | 0 | 36,143,724,107 | 1.68% | ||
otp-one | 0 | 2,964,703,665 | 35% | ||
fran.frey | 0 | 4,005,596,662 | 50% | ||
perpetuum-lynx | 0 | 2,163,310,806 | 68.6% | ||
hanshotfirst-sm | 0 | 481,203,006 | 5.6% | ||
thelittlebank | 0 | 19,463,879,843 | 2.8% | ||
pboulet | 0 | 160,471,509,768 | 56% | ||
javyeslava.photo | 0 | 625,288,519 | 2.24% | ||
cercle | 0 | 1,127,151,637 | 33% | ||
josesalazar200 | 0 | 590,452,315 | 5.6% | ||
stem-espanol | 0 | 18,213,677,677 | 100% | ||
voter001 | 0 | 95,275,649,022 | 95.6% | ||
voter002 | 0 | 12,644,304,805 | 29.1% | ||
voter003 | 0 | 5,138,343,101 | 2.1% | ||
voter000 | 0 | 12,913,577,335 | 30.1% | ||
cliffagreen | 0 | 4,817,735,211 | 10% | ||
aleestra | 0 | 12,139,893,521 | 80% | ||
palasatenea | 0 | 3,159,731,203 | 2.8% | ||
the.success.club | 0 | 3,266,344,827 | 2.8% | ||
javier.dejuan | 0 | 540,507,211 | 70% | ||
xmauron3 | 0 | 3,588,301,967 | 2.8% | ||
amansharma555 | 0 | 595,961,049 | 100% | ||
sincensura | 0 | 1,033,175,764 | 100% | ||
meanroosterfarm | 0 | 1,404,964,939 | 35% | ||
merlin7 | 0 | 11,370,756,079 | 5.6% | ||
brianoflondon | 0 | 72,056,645,762 | 1.4% | ||
priyanarc | 0 | 81,772,748,061 | 60% | ||
giulyfarci52 | 0 | 1,636,105,033 | 50% | ||
esthersanchez | 0 | 4,418,259,833 | 60% | ||
pauliinasoilu | 0 | 502,746,205 | 2.8% | ||
kristall97 | 0 | 27,505,611,759 | 100% | ||
steemcryptosicko | 0 | 10,266,853,863 | 1.12% | ||
certain | 0 | 1,575,181,442 | 0.67% | ||
alvin0617 | 0 | 493,755,376 | 2.8% | ||
multifacetas | 0 | 1,251,919,995 | 2.8% | ||
cakemonster | 0 | 3,830,677,337 | 5.6% | ||
themightysquid | 0 | 3,771,331,819 | 100% | ||
cowpatty | 0 | 1,476,048,598 | 35% | ||
stem.witness | 0 | 4,220,861,482 | 70% | ||
witkowskipawel | 0 | 962,145,870 | 2.8% | ||
hiddendragon | 0 | 637,972,449 | 38% | ||
theskmeister | 0 | 518,835,659 | 100% | ||
autobodhi | 0 | 1,019,635,105 | 5.6% | ||
mechanicalowl | 0 | 658,571,038 | 50% | ||
regularowl | 0 | 1,176,517,211 | 50% | ||
morarnagringa | 0 | 1,228,013,085 | 100% | ||
robmojo | 0 | 805,158,204 | 7% | ||
double-negative | 0 | 529,956,832 | 20% | ||
michaias | 0 | 2,092,266,445 | 75% | ||
vaultec | 0 | 5,053,118,524 | 12% | ||
steemstorage | 0 | 7,116,551,740 | 5.6% | ||
aqua.nano | 0 | 833,073,020 | 100% | ||
steemegg | 0 | 1,045,661,931 | 2.8% | ||
ragnarhewins90 | 0 | 483,792,219 | 10% | ||
jtm.support | 0 | 5,043,822,430 | 70% | ||
edithbdraw | 0 | 774,659,551 | 2.8% | ||
crowdwitness | 0 | 87,794,945,635 | 35% | ||
apokruphos | 0 | 17,497,214,139 | 3% | ||
hairgistix | 0 | 3,219,317,023 | 2.8% | ||
peter-bot | 0 | 697,285,610 | 100% | ||
dfacademy | 0 | 2,448,275,484 | 2.8% | ||
bluemaskman | 0 | 635,999,937 | 2.8% | ||
steemean | 0 | 10,107,116,149 | 5% | ||
proxy-pal | 0 | 1,206,169,496 | 5.6% | ||
thelogicaldude | 0 | 1,829,295,573 | 1.12% | ||
extravagante | 0 | 1,732,755,139 | 100% | ||
newton666 | 0 | 696,426,617 | 35% | ||
kggymlife | 0 | 3,553,056,181 | 20% | ||
cryptofiloz | 0 | 9,014,773,675 | 5.6% | ||
dawnoner | 0 | 1,769,510,089 | 0.56% | ||
filosof103 | 0 | 1,045,524,294 | 2.8% | ||
photographercr | 0 | 2,621,693,516 | 1.12% | ||
epicdice | 0 | 926,720,665 | 0.84% | ||
iamsaray | 0 | 1,267,892,896 | 2.8% | ||
robibasa | 0 | 28,423,442,319 | 10% | ||
beerlover | 0 | 2,096,736,679 | 1.68% | ||
tinyhousecryptos | 0 | 485,977,691 | 5% | ||
rtron86 | 0 | 4,650,285,346 | 50% | ||
aicu | 0 | 1,378,311,015 | 5.6% | ||
zeruxanime | 0 | 12,145,449,626 | 35% | ||
afarina46 | 0 | 1,950,435,249 | 35% | ||
swayzilla | 0 | 3,611,023,336 | 100% | ||
imbartley | 0 | 830,531,820 | 26.25% | ||
mind.force | 0 | 1,237,315,754 | 1.4% | ||
kgswallet | 0 | 508,582,592 | 10% | ||
aicoding | 0 | 576,437,878 | 2.8% | ||
tokensink | 0 | 3,183,160,293 | 5.6% | ||
knightsunited | 0 | 1,037,038,227 | 5.6% | ||
bastionpm | 0 | 535,970,104 | 33% | ||
whangster79 | 0 | 146,234,960,269 | 5% | ||
steemstem-trig | 0 | 5,770,821,236 | 70% | ||
baltai | 0 | 6,129,368,413 | 2.8% | ||
sandymeyer | 0 | 25,759,784,808 | 0.7% | ||
atheistrepublic | 0 | 6,160,680,140 | 2.8% | ||
ibt-survival | 0 | 36,508,149,134 | 10% | ||
darthsauron | 0 | 1,501,660,551 | 10% | ||
sarahandsam | 0 | 15,342,775,756 | 100% | ||
hjmarseille | 0 | 2,116,281,979 | 49% | ||
steemdiamond | 0 | 727,852,421 | 5.6% | ||
abachon | 0 | 944,968,434 | 5.6% | ||
zirky | 0 | 2,545,919,427 | 4.76% | ||
gloriaolar | 0 | 1,572,406,156 | 1.68% | ||
lightpaintershub | 0 | 661,724,684 | 1% | ||
bilpcoinbpc | 0 | 775,374,672 | 5% | ||
davidlionfish | 0 | 11,091,496,273 | 50% | ||
peterale | 0 | 3,453,929,473 | 2.8% | ||
hive-127039 | 0 | 499,102,433 | 25% | ||
andreina57 | 0 | 663,245,940 | 35% | ||
educationhive | 0 | 1,744,062,412 | 2.8% | ||
laruche | 0 | 487,666,990 | 0.16% | ||
stemsocial | 0 | 572,026,215,851 | 70% | ||
peterpanpan | 0 | 732,683,456 | 1.12% | ||
veeart | 0 | 612,996,415 | 50% | ||
holoferncro | 0 | 4,471,130,900 | 10% | ||
the100 | 0 | 4,905,580,692 | 2.8% | ||
hiveonboard | 0 | 4,560,915,426 | 2.8% | ||
hive-143869 | 0 | 165,944,348,842 | 33% | ||
noelyss | 0 | 25,816,995,138 | 35% | ||
jsalvage | 0 | 2,132,986,113 | 35% | ||
greengalletti | 0 | 22,239,943,393 | 35% | ||
quinnertronics | 0 | 15,467,568,690 | 7% | ||
buildahouse | 0 | 888,147,232 | 33% | ||
anafae | 0 | 599,140,670 | 1.12% | ||
oks2crypto | 0 | 5,868,882,111 | 50% | ||
hivecoffee | 0 | 690,597,388 | 5.6% | ||
recoveryinc | 0 | 3,259,462,020 | 5% | ||
gohive | 0 | 15,353,265,288 | 100% | ||
sevenoh-fiveoh | 0 | 966,495,826 | 2.8% | ||
treefiddybruh | 0 | 1,887,412,889 | 2.8% | ||
r-nyn | 0 | 11,525,670,681 | 11% | ||
aabcent | 0 | 12,605,314,769 | 4.48% | ||
davideazul | 0 | 590,616,041 | 5.6% | ||
altleft | 0 | 19,454,561,619 | 0.05% | ||
omarrojas | 0 | 2,938,354,034 | 2.8% | ||
noalys | 0 | 992,982,524 | 2.8% | ||
borniet | 0 | 1,094,209,895 | 2.8% | ||
gonklavez9 | 0 | 1,366,548,148 | 70% | ||
chubb149 | 0 | 1,560,472,422 | 8.4% | ||
cosplay.hadr | 0 | 1,223,482,988 | 5.6% | ||
hadrgames | 0 | 1,260,010,663 | 5.6% | ||
rawecz | 0 | 720,341,687 | 5.6% | ||
maar | 0 | 667,170,753 | 70% | ||
emeraldtiger | 0 | 1,929,589,154 | 16.5% | ||
meritocracy | 0 | 63,249,553,745 | 0.56% | ||
dcrops | 0 | 40,603,955,552 | 2.8% | ||
samrisso | 0 | 3,510,808,176 | 5% | ||
entraide.rewards | 0 | 1,066,003,418 | 33% | ||
cookaiss | 0 | 2,720,849,297 | 16.5% | ||
tawadak24 | 0 | 2,601,499,722 | 2.8% | ||
eturnerx-honey | 0 | 5,390,394,396 | 15.2% | ||
ausbit.dev | 0 | 528,589,285 | 2.8% | ||
arunbiju969 | 0 | 552,869,170 | 14% | ||
limn | 0 | 859,572,297 | 2.8% | ||
wynella | 0 | 1,081,576,376 | 2.8% | ||
tomtothetom | 0 | 1,458,485,235 | 10% | ||
nyxlabs | 0 | 846,433,129 | 3.5% | ||
oahb132 | 0 | 1,250,589,136 | 35% | ||
failingforwards | 0 | 3,387,622,648 | 2.8% | ||
medch | 0 | 630,748,495 | 1.68% | ||
drricksanchez | 0 | 14,147,549,878 | 2.8% | ||
trouvaille | 0 | 668,573,145 | 2.8% | ||
wendyburger | 0 | 5,499,938,531 | 5% | ||
joseluis91 | 0 | 828,677,610 | 5.6% | ||
miroslaviv | 0 | 2,270,859,811 | 2.8% | ||
m0rt0nmattd | 0 | 3,171,944,646 | 100% | ||
high8125theta | 0 | 43,762,870,511 | 60% | ||
trippymane | 0 | 1,761,838,857 | 5.6% | ||
nfttunz | 0 | 8,246,437,239 | 0.56% | ||
okluvmee | 0 | 2,599,127,589 | 2.8% | ||
merit.ahama | 0 | 2,029,619,668 | 1.68% | ||
krrizjos18 | 0 | 3,107,869,410 | 35% | ||
hubeyma | 0 | 966,030,000 | 2.8% | ||
podping | 0 | 7,741,700,108 | 1.4% | ||
davidbright | 0 | 495,630,448 | 2.8% | ||
nabu.doconosor2 | 0 | 1,023,035,998 | 35% | ||
jessicaossom | 0 | 1,033,492,567 | 2.8% | ||
drhueso | 0 | 1,386,193,964 | 2.8% | ||
pinkfloyd878 | 0 | 4,771,547,224 | 100% | ||
lavista | 0 | 14,698,227,025 | 100% | ||
miko67 | 0 | 500,756,989 | 2.8% | ||
jaydr | 0 | 1,632,003,806 | 2.8% | ||
laviesm | 0 | 5,767,160,745 | 50% | ||
seinkalar | 0 | 2,579,362,683 | 5.6% | ||
sidalim88 | 0 | 2,938,098,555 | 2.8% | ||
aries90 | 0 | 44,560,597,725 | 5.6% | ||
hyun-soo | 0 | 1,804,839,713 | 35% | ||
onewolfe | 0 | 483,882,591 | 25% | ||
rencongland | 0 | 567,964,880 | 2.8% | ||
cugel | 0 | 3,160,766,890 | 5% | ||
spirit09 | 0 | 52,010,707,450 | 100% | ||
acantoni | 0 | 1,540,332,935 | 5% | ||
migka | 0 | 4,093,065,549 | 90% | ||
logen9f | 0 | 789,883,635 | 100% | ||
iradeorum | 0 | 539,441,998 | 100% | ||
rynos-6 | 0 | 2,687,708,560 | 100% | ||
robat71 | 0 | 16,129,059,894 | 100% | ||
h3m4n7 | 0 | 580,423,374 | 2.8% | ||
mistural | 0 | 734,419,247 | 5.6% | ||
jude9 | 0 | 3,541,114,826 | 17.5% | ||
simonm32 | 0 | 1,648,566,144 | 90% | ||
yixn | 0 | 55,447,001,846 | 2.8% | ||
kqaosphreak | 0 | 5,545,152,046 | 70% | ||
alt3r | 0 | 1,294,242,895 | 4.31% | ||
mcookies | 0 | 500,518,753 | 2.8% | ||
waivio.curator | 0 | 1,565,823,401 | 2.94% | ||
theshot2414 | 0 | 1,633,192,553 | 5% | ||
iumac03 | 0 | 563,439,297 | 2.8% | ||
drexlord | 0 | 655,629,620 | 1.4% | ||
aichanbot | 0 | 2,094,805,250 | 5.6% | ||
ehizgabriel | 0 | 694,378,628 | 35% | ||
zerothree | 0 | 50,312,564,151 | 100% | ||
crypt0gnome | 0 | 1,470,825,441 | 1.12% | ||
deadleaf | 0 | 4,005,735,657 | 100% | ||
netvalar | 0 | 5,310,610,438 | 50% | ||
zerozeroone | 0 | 18,444,209,011 | 100% | ||
dyptre | 0 | 641,458,941 | 2.8% | ||
dondido | 0 | 13,536,848,736 | 5.6% | ||
doodleaday | 0 | 36,039,326,123 | 50% | ||
balabambuz | 0 | 716,681,647 | 2.8% | ||
prosocialise | 0 | 57,098,242,066 | 35% | ||
archangel21 | 0 | 701,402,024 | 5.6% | ||
plicc8 | 0 | 6,684,711,061 | 70% | ||
street.curator | 0 | 948,694,858 | 50% | ||
independance | 0 | 1,055,745,152 | 33% | ||
mugueto2022 | 0 | 559,413,311 | 20% | ||
nazom | 0 | 767,152,080 | 35% | ||
baboz | 0 | 1,314,174,532 | 1.4% | ||
kryptofire | 0 | 1,847,931,814 | 8% | ||
sieghard1990 | 0 | 2,378,885,571 | 100% | ||
sbtofficial | 0 | 4,598,391,777 | 2.8% | ||
vagabond42069 | 0 | 1,515,730,828 | 35% | ||
inibless | 0 | 3,550,311,098 | 35% | ||
myegoandmyself | 0 | 57,798,382,955 | 3% | ||
vragolana | 0 | 668,495,966 | 2.8% | ||
cindynancy | 0 | 1,460,511,393 | 35% | ||
daje10 | 0 | 17,088,697,120 | 50% | ||
idksamad78699 | 0 | 1,600,645,904 | 2.8% | ||
cleanyourcity | 0 | 11,612,834,037 | 1.68% | ||
sc000 | 0 | 1,382,676,128 | 5.6% | ||
minava.museum | 0 | 1,096,394,708 | 33% | ||
cardcompounding | 0 | 1,900,166,796 | 100% | ||
vankushfamily | 0 | 673,326,398 | 35% | ||
jijisaurart | 0 | 1,276,234,645 | 2.8% | ||
smariam | 0 | 2,443,475,969 | 25% | ||
minas-glory | 0 | 3,569,230,484 | 2.8% | ||
clpacksperiment | 0 | 3,106,736,015 | 2.8% | ||
the-grandmaster | 0 | 3,624,695,596 | 2.8% | ||
the-burn | 0 | 3,624,096,844 | 2.8% | ||
hive-195880 | 0 | 1,628,697,355 | 5% | ||
peniel2010 | 0 | 3,831,123,461 | 50% | ||
sapphireleopard | 0 | 700,987,549 | 33% | ||
thepeoplesguild | 0 | 1,123,639,859 | 2.8% | ||
reverio | 0 | 1,160,621,251 | 5% | ||
lettinggotech | 0 | 1,301,304,893 | 2.8% | ||
hive-fr-engine | 0 | 3,004,824,303 | 33% |
La respuesta correcta del acertijo anterior me saltó a la vista! Ahora Corresponde resolver este nuevo reto.
author | rafaelaquino |
---|---|
permlink | re-eniolw-rxot5m |
category | hive-153850 |
json_metadata | {"tags":["hive-153850"],"app":"peakd/2023.7.1"} |
created | 2023-07-12 14:20:12 |
last_update | 2023-07-12 14:20:12 |
depth | 1 |
children | 0 |
last_payout | 2023-07-19 14:20:12 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 109 |
author_reputation | 112,481,617,279,717 |
root_title | "My Coding Quiz #7" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 125,261,415 |
net_rshares | 0 |
Es esta oportunidad mi respuesta no está en la lista de posibles soluciones. Mi solución es: [1,3]
author | rafaelaquino |
---|---|
permlink | re-eniolw-rxothq |
category | hive-153850 |
json_metadata | {"tags":["hive-153850"],"app":"peakd/2023.7.1"} |
created | 2023-07-12 14:27:27 |
last_update | 2023-07-12 14:27:27 |
depth | 1 |
children | 2 |
last_payout | 2023-07-19 14:27:27 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 99 |
author_reputation | 112,481,617,279,717 |
root_title | "My Coding Quiz #7" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 125,261,553 |
net_rshares | 0 |
Revisa de nuevo :) Check again :)
author | eniolw |
---|---|
permlink | re-rafaelaquino-2023712t113528930z |
category | hive-153850 |
json_metadata | {"tags":["hive-153850"],"app":"ecency/3.0.34-vision","format":"markdown+html"} |
created | 2023-07-12 15:35:30 |
last_update | 2023-07-12 15:35:30 |
depth | 2 |
children | 1 |
last_payout | 2023-07-19 15:35:30 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 33 |
author_reputation | 256,499,626,606,412 |
root_title | "My Coding Quiz #7" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 125,262,912 |
net_rshares | 19,311,943,237 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
rafaelaquino | 0 | 19,311,943,237 | 100% |
Saludos. Cuando era: x = [0,1,2,3,4], mi respuesta era [1,3]. Es probable que mi vista falló. :) Ahora x = [4,3,2,1,0,-1] mi respuesta es: [3, 1]
author | rafaelaquino |
---|---|
permlink | re-eniolw-rxoxgv |
category | hive-153850 |
json_metadata | {"tags":["hive-153850"],"app":"peakd/2023.7.1"} |
created | 2023-07-12 15:53:21 |
last_update | 2023-07-12 15:53:21 |
depth | 3 |
children | 0 |
last_payout | 2023-07-19 15:53:21 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 147 |
author_reputation | 112,481,617,279,717 |
root_title | "My Coding Quiz #7" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 125,263,223 |
net_rshares | 0 |
<div class='text-justify'> <div class='pull-left'> <img src='https://stem.openhive.network/images/stemsocialsupport7.png'> </div> Thanks for your contribution to the <a href='/trending/hive-196387'>STEMsocial community</a>. Feel free to join us on <a href='https://discord.gg/9c7pKVD'>discord</a> to get to know the rest of us! Please consider delegating to the @stemsocial account (85% of the curation rewards are returned). You may also include @stemsocial as a beneficiary of the rewards of this post to get a stronger support. <br /> <br /> </div>
author | stemsocial |
---|---|
permlink | re-eniolw-my-coding-quiz-7-20230713t080023931z |
category | hive-153850 |
json_metadata | {"app":"STEMsocial"} |
created | 2023-07-13 08:00:24 |
last_update | 2023-07-13 08:00:24 |
depth | 1 |
children | 0 |
last_payout | 2023-07-20 08:00:24 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 565 |
author_reputation | 22,927,767,309,334 |
root_title | "My Coding Quiz #7" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 125,282,867 |
net_rshares | 0 |