[gcj] Re: Forgone Solution in Python: Working on System; RE on CodeJam

2020-04-07 Thread Дмитрий Кузьминов
The system supports Python 3.5. You use f-strings that require Python 3.6 or later. On Thursday, April 2, 2020 at 12:00:01 AM UTC-4, joe733 wrote: > > *Here's my code:* > import re > import random > > def missing_number(k, N): > if not (1 < int(N) < 10**100) or '4' not in N: >

[gcj] Re: Python: Code works on local machine but it says "Wrong Answer"

2020-04-06 Thread Дмитрий Кузьминов
Exactly the same problem. That is because the system supports Python 3.5, but f-strings require Python 3.6 or higher. On Monday, April 6, 2020 at 8:51:49 PM UTC-4, Tornax wrote: > > Hello! At this moment I'm trying to solve the "Vetigium"-Problem in the > qualification round 2020. > I'm

Re: [gcj] New Code Jam interface: a step back in usability

2019-04-15 Thread Дмитрий Кузьминов
The initial order of the tasks is incorrect. Once I got this problem while the Kick Start, but I wasn't sure if that was a bug or just my mistake. Now I've got the same issue while Round A. So, Round A started, I refreshed the page and saw 3 tasks. I planned to start with the easiest task, so I

[gcj] Sample Failed: WA

2019-03-24 Thread Дмитрий Кузьминов
What does "Sample Failed: WA" verdict mean? -- 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 post to this group,

Re: [gcj] Please make input/output test case data available

2018-04-27 Thread Дмитрий Кузьминов
Hi Pablo, There are many other things aside of an incorrect algorithm that can be the reason of the "Wrong answer" verdict: precision, output format, case sensitivity, trailing spaces... Due to the fact that the system is completely new for us, we need to debug our code templates to get sure

Re: [gcj] 2018 1A Edgy Baking problem analysis

2018-04-27 Thread Дмитрий Кузьминов
I still fail to implement a solution even for the visible dataset. My attempts produce correct results for the samples, but the system verdict is "Wrong answer". I even tried to implement the straightforward solution that was recommended in the analysis of visible dataset, but I still cannot

Re: [gcj] The Qual Round is over!

2018-04-13 Thread Дмитрий Кузьминов
t; > > In real life, you don't get to see how the users will use your code in > advance, so most of the time the programmer needs to come up with the > comprehensive set of scenarios. This policy mimics that, in a way. > > > Best, > Pablo > > > On Wed, Apr 1

Re: [gcj] The Qual Round is over!

2018-04-11 Thread Дмитрий Кузьминов
ing the Invisible set later if you get a chance? > > > Cheers, > Bartholomew > > > On Tue, Apr 10, 2018 at 1:21 PM Дмитрий Кузьминов <dmitry@gmail.com> > wrote: > Bartholomew: there is another concern. Let's imagine that I've solved the > Visible dataset

Re: [gcj] The Qual Round is over!

2018-04-10 Thread Дмитрий Кузьминов
Bartholomew: there is another concern. Let's imagine that I've solved the Visible dataset, and I know for sure that this doesn't solve the Hidden one. I submit the solution, I get the positive verdict, and I start the better implementation. In the old platform I can always compare the results