Loading collection data...
Collections are a way for you to organize kata so that you can create your own training routines. Every collection you create is public and automatically sharable with other warriors. After you have added a few kata to a collection you and others can train on the kata contained within the collection.
Get started now by creating a new collection.
Nice Kata however it is medically incorrect.
please check this website : https://www.cdc.gov/healthyweight/assessing/bmi/adult_bmi/index.html
Below 18.5 || Underweight
18.5 – 24.9 || Normal or Healthy Weight
25.0 – 29.9 || Overweight
30.0 - above|| Obese
it would be nice that our community would learn how to code and learn and about facts (in this case medical information about bmi that is accurate).
this lines of code can only be made by a genius
XD
XD
i dont understand your answer but it works can you pls explain?
thanks im quite new to python
you can search it online search ascii table so that in your next katas you can utilize this knowledge to manipulate chars and strings
joking hahahah once you convert a char or a letter to a integer and the likes they are converted to their ascii value
magic po
This comment is hidden because it contains spoiler information about the solution
This comment is hidden because it contains spoiler information about the solution
This comment is hidden because it contains spoiler information about the solution
thankyou
UndefinedBehaviorSanitizer:DEADLYSIGNAL
==1==ERROR: UndefinedBehaviorSanitizer: SEGV on unknown address 0x000000000008 (pc 0x000000425a34 bp 0x000000000000 sp 0x7fff5d700c30 T1)
==1==The signal is caused by a READ memory access.
==1==Hint: address points to the zero page.
==1==WARNING: invalid path to external symbolizer!
==1==WARNING: Failed to use and restart external symbolizer!
#0 0x425a33 (/workspace/test+0x425a33)
#1 0x428ae9 (/workspace/test+0x428ae9)
#2 0x426dce (/workspace/test+0x426dce)
#3 0x426949 (/workspace/test+0x426949)
#4 0x42658b (/workspace/test+0x42658b)
#5 0x42be95 (/workspace/test+0x42be95)
#6 0x425c3d (/workspace/test+0x425c3d)
#7 0x7f948d6fabf6 (/lib/x86_64-linux-gnu/libc.so.6+0x21bf6)
#8 0x4049d9 (/workspace/test+0x4049d9)
UndefinedBehaviorSanitizer can not provide additional info.
==1==ABORTING
i understand now thankyou
im programming student, i passed the random test and sample test however the exception keeps saying that i have std::logic_error. Pls help