ok thanks Mr Anderson
Nice,love it
Bonjour; je ne comprends pas quelle forme doit avoir la sortie.
- System.out.println(X Y);
- System.out.println(X, Y);
- System.out.println(âX, Yâ);
âŠ
Pourriez-vous mâaider svp ?
always as a String. So if you need to output a position, you do
System.out.println(x+" "+y);
Did you get this code working? Could you help me, pls?
Im stuck at last level(Not there), are it even possible to complete?
La solution doit ressembler Ă : âX Yâ en sortie dâexĂ©cution.
hey, i could really use help on this one thanks! <3
hey this one worked for me.
For anyone using python to solve this problem, i would just like to point out that round function behaviour is a bit weird as in:
round(0.5) --> 0
round(1.5) --> 2
more information can be found here: https://stackoverflow.com/questions/10825926/python-3-x-rounding-behavior
I need help on #4 it says i have five rounds but instantly makes me lose = (
any one know how to get bomb location in âShadows of the knight -e1â?
I have the same problem as some other here have mentioned: only the last 2 tests fail, apparently halving the ranges is not done optimally enough. I wish someone would give some hint about the solution.
seems you managed to solve it meanwhile. Hint is âbinary searchâ.
Yes, thanks, in fact there was a fault in my code in a direction, but now its sorted out carrément,
I have the same problem
my code doesnt get level two validation for no reason i can think of. The test went well. what is the diference?
What does the console is saying to you ?
[Java] You should also consider the âroundâ function.
The ranges (limits) are important.
Just use a simple schema/drawing to help you identify how to reframe the search section for each cases (U, D, DLâŠ) for each game iteration.