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.
sorry im a newbie ^^
Your solution is easily viewable by clicking "View Solution" under your comment, so there is no need to share it in discourse. But if you really want to, be sure to click the spoiler checkbox before posting ^^
This comment is hidden because it contains spoiler information about the solution
Bruh! How is there always someone who does the code in a single line!!
happens to the best of us
how did you even think of this?
no ways dude. I spent quite some time doing a 2D array lol and this guy just does it in 1 line!! nice!
dayum:)
cleverrrrrr
I was trying to think of this as well. Why doesn't my brain work as it is supposed to haha
Fixed.
Problem with random tests "Groups of less than 1000 patients" and "Long samples test" input in javascript
the systolic pressures is allways NaN
input example:
[
[ 'NaN/81' ],
[
'NaN/80', 'NaN/67', 'NaN/98',
'NaN/102', 'NaN/109', 'NaN/68',
'210/136', 'NaN/71', 'NaN/91',
'NaN/96', 'NaN/104', 'NaN/105',
'NaN/88', 'NaN/107', 'NaN/95',
'NaN/92', 'NaN/71', 'NaN/88',
'NaN/99', 'NaN/70', 'NaN/107',
'NaN/95'
],
[
'NaN/92', 'NaN/104', 'NaN/106',
'NaN/52', 'NaN/97', 'NaN/82',
'NaN/123', 'NaN/97', 'NaN/78',
'NaN/82', 'NaN/97', 'NaN/85',
'NaN/116', 'NaN/55', 'NaN/100',
'NaN/83', 'NaN/71', 'NaN/92',
'NaN/93', 'NaN/88', 'NaN/117',
'NaN/101', 'NaN/81'
],
[
'NaN/63', 'NaN/73', 'NaN/91',
'NaN/100', 'NaN/71', 'NaN/61',
'NaN/88', 'NaN/78', 'NaN/83',
'NaN/74', 'NaN/59', 'NaN/105',
'NaN/100', 'NaN/115', 'NaN/107',
'NaN/107', 'NaN/100', 'NaN/99',
'NaN/114', 'NaN/103', 'NaN/82',
'NaN/90', 'NaN/61', 'NaN/79',
'NaN/96'
],
[
'NaN/110', 'NaN/90', 'NaN/112',
'NaN/89', 'NaN/81', 'NaN/72',
'NaN/103', 'NaN/108', 'NaN/104',
'NaN/112', 'NaN/81', 'NaN/76',
'NaN/78', 'NaN/101', 'NaN/68',
'NaN/84', 'NaN/72', 'NaN/94',
'NaN/74', 'NaN/95', 'NaN/109',
'NaN/89'
],
[
'NaN/69', 'NaN/90', 'NaN/83',
'NaN/104', 'NaN/108', 'NaN/91',
'NaN/105', 'NaN/85', 'NaN/117',
'NaN/75', 'NaN/85', 'NaN/103',
'NaN/92', 'NaN/100', 'NaN/108',
'NaN/74', 'NaN/99', 'NaN/67',
'NaN/98', 'NaN/82', 'NaN/93',
'NaN/101', 'NaN/106', 'NaN/106',
'NaN/91', 'NaN/104', 'NaN/109'
]...]