There isn't any problem with the puzzle. It has been solved by thousands of other developers.
If you fail test G, change the mode to expert mode (left tab: settings), and test a custom input (G) and output (what G should be in CN language)
There isn't any problem with the puzzle. It has been solved by thousands of other developers.
If you fail test G, change the mode to expert mode (left tab: settings), and test a custom input (G) and output (what G should be in CN language)
Hi,
Thank you for helping me.
I tested my code with the expert mode and all my test succed but i dont pass the final validation.
HI, I have got the "Solution" but the system doesn't accept it, I guess is because the type of my output ... I have it in String does anyone knows which type should it be?
thanks in advance!
The solution can only be printed as a string. So the type doesn't matter (If you print an integer, it will still be a string). There must be something else wrong with your solution. Do you have the correct amount of zeros and spaces?
Thank You for the help, it was my bad...instead of use "System.out" i was using "System.err"
Hi,
What is the solution for the test 4 ?
i have an error but i don't know where, i can't see the full true result.
here my result :
i have got solution that completely work on my localhost
Python 3.7.0 (default, Aug 30 2018, 14:32:33)
[GCC 8.2.1 20180801 (Red Hat 8.2.1-2)] on linux
but doesnât work on your service
https://paste.fedoraproject.org/paste/dMDlfWD~-PF-GAhShFNyzQ
i have got an error about re.split(), than delimiter must be non-empty somebody, pls, help me
Hi Matioso
I have all my tests which are ok but only the last one is not good and i donât know why too.
There is a shift but donât know whereâŚ
Which is you language?
Hi ,
My test case is failing for the last one. and working for rest all three. any suggestions pls.
I donât get why I donât pass the last test. My result is:
Found:
0 0 00 0000 0 0000 00 0 0 0 00 000 0 000 00 0 0 0 00 0 0 000 00 000 0 0000 00 0 0 0 00 0 0 000âŚ
Expected:
0 0 00 0000 0 0000 00 0 0 0 00 000 0 000 00 0 0 0 00 0 0 000 00 000 0 0000 00 0 0 0 00 0 0 00 âŚ
But at this point of the input Message there are three 1 and not two?:
100001111010001110101110001111010111
I think this is f*****g B.S.! Getting rid of â1â and replacing it with a space doesnât stop it from being binary. The very fact that you are encoding with two characters that have meaning is the very definition of binary encoding. Pick any two characters you want with any encoding rules you want, and it is still binary. The person that decided to call this unary was either mistaken, lazy, or an a**-***e for not giving people enough credit. In order for this to be a unary language, you would have to be able to add and remove spaces at any location without changing the message. As someone that has worked as a professional software developer, I find the detailed description of this problem to be personally offensive. As someone with a bachelors of science in computer science, I find the detailed description of this problem to be personally offensive. As someone with half a brain, I find the detailed description of this problem to be personally offensive. As someone that believes that spreading programming knowledge is a good thing, I find the detailed description of this problem to be personally offensive. My problem may be with the use of the word âunaryâ, but I have a problem with it because itâs obviously incorrect for those that know its proper use, but people that donât know its proper use are being taught something that is incorrect.
Look up Positional NotationâŚ
It IS unary.
Huge difference between these two concepts. Thatâs why the Romans struggled so much with math.