[gcj] Re: My code( in Python 3 ) works fine during the test but it shows Wrong answer during submission of Round A allocation(kisckstart 2020)

2020-05-02 Thread Liza Jivnani
Heyy, Thanks a lot.. can you teach me how can I make my code efficient enough so that it can pass second test too? -- You received this message because you are subscribed to the Google Groups "Google Code Jam" group. To unsubscribe from this group and stop receiving emails from it, send an

[gcj] Re: Robot Programming Strategy

2020-05-02 Thread porker2008
You are welcome :D -- You received this message because you are subscribed to the Google Groups "Google Code Jam" group. To unsubscribe from this group and stop receiving emails from it, send an email to google-code+unsubscr...@googlegroups.com. To view this discussion on the web visit

[gcj] Overexcited Fan, where was my error ?

2020-05-02 Thread Theo Vazquez
Hello, I do not understand what was my mistake for the overexcited fan problem. Is it possible to have the test set input 1 now that the challenge is over ? My strategy was to move east until I will be on the same vertical axis that the goal and then wait if the next step of the goal would be

[gcj] Round 1C Overrandomized, I got a runtime error Python 3

2020-05-02 Thread Leon H
Hey, During round 1C I got a runtime error that I'm curious about. I attached my code below: Basically I create a dictionary with 1's representing possible values. This lets me figure out by reverse elimination which digit represents which values (the count in the end). On my machine it

[gcj] Code Jam 2020 Round 1C - Overrandomized

2020-05-02 Thread Anxious Coder
I couldnt come up with a solution that could solve Test set 3, I didnt know Benford's law even existed. But I was able to come up with an Algo for Test set 2 I thought I could throw in a tiny optimization (return if result already found) into my algorithm but it gives an incorrect answer.

[gcj] Re: Robot Programming Strategy

2020-05-02 Thread Aman Chhabra
Ahh... that was it Thanks :) On Friday, May 1, 2020 at 7:57:13 PM UTC+2, porker2008 wrote: > > Try this case > > Input: > > *1* > *2* > *R* > *S* > > Expected Output: > *Case #1: RP* > -- You received this message because you are subscribed to the Google Groups "Google Code Jam" group. To