+ 3
##PASSWORD_BREAKER##
suppose someone's password is... 33555589 00006668999 etc... 1) low to high 2) 0-----9 he converted the password to digit-words eg--0067889 so--> zerozerosixseveneighteightnine now RANDOMLY JUMBLED IT so-->(................jumbled..............string.................) #this is the input... ur task is to find the password... ###ANY FORM OF THIS JUMBLED STRING CAN BE THE INPUT### *** OUTPUT WILL ONLY BE 0067889*** recap--> 1) password is small to high #* ""only program the password breaker""*#
5 Respostas
+ 1
////// RULES//////
### ONLY MAKE THE PASSWORD BREAKER###
## INPUT TERMINAL FOR JUMBLED STRING MUST BE THERE###
MY_LAST_CHALLENGE
https://www.sololearn.com/discuss/666260/?ref=app
+ 8
Here's mine 🗝
https://code.sololearn.com/c9LY29YMHnq1/?ref=app
+ 4
here is mine...
https://code.sololearn.com/cuNW3x3wwM4I/?ref=app
0
password cant be that
i said password itself is sorted.....