Re: [gcj] Qualification Confirmation

2013-04-17 Thread Ajay Yadav
when will they send confirmation mail On Wed, Apr 17, 2013 at 10:37 AM, Jugesh Sundram wrote: > I scored an easy 40 for the Quals and I am waiting for my Confirmation > mail from Code Jam. > > I was wondering if anyone can buzz me in case they got a Confirmation > mail. That way I know Code

[gcj] Any specific way to prepare for 1A...

2013-04-17 Thread Jayaganesh Kalyanasundaram
Hi all...I've passed the qualification round and would like to understand if there are any materials or tough question or so for the benefit of Round 1A... Thanks for the sameAlso if any round 1 winners(previous years) pls share your experience and ur preparations and execution... Jayaganesh Ka

Re: [gcj] Re: Lawn Patterns Alternate Solution

2013-04-17 Thread rohit jangid
+1 did the same On Wed, Apr 17, 2013 at 11:46 AM, Atul Vani wrote: > I did the same too, there was no other logic except this one. Though my > output was stated incorrect, so I thought there is more to it then just > this, and left the problem. Didn't want to do a brute force approach. Is > the

[gcj] Some maze examples to check my 3D maze problem

2013-04-17 Thread sk
Hi, I have searched and found a 3d maze, for which i wrote my program to solve it. But thats very small maze. I need a bigger dimensional maze Here's my example. Please send the link of any bigger dimensional maze. 1 0 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 1 0 0 0 1 0 0 0

Re: [gcj] Qualification Confirmation

2013-04-17 Thread Carlos Guia
Don't worry, if you scored over 35 and didn't cheat, you'll be on round 1. They are probably doing all the checks to detect cheating and will send mails after everything is confirmed. Carlos Guía On Wed, Apr 17, 2013 at 2:37 PM, Jugesh Sundram wrote: > I scored an easy 40 for the Quals and I am

Re: [gcj] Qualification Round

2013-04-17 Thread Leopoldo Taravilse
I feel bad because I didn't think of hardcoding problem D-small myself! It was very hardcodeable! On Sun, Apr 14, 2013 at 11:52 AM, Jugesh Sundram wrote: > @Radin Ahmed Ehsan: you seem to be a TOTAL noob to logic and programming. > You hard-coded everything? Seriously?? > No offense. But that is

Re: [gcj] Re: Tic tac toe problem in google code jam

2013-04-17 Thread Baris Acar
Sweta, Do you get the same problem if you upload the result of a known "working" solution? If so, the problem may be with your computer, your browser, your connection, or the gcj site itself. However, if uploading someone else's output file works, but your output does not, the problem is prob

Re: [gcj]

2013-04-17 Thread Shrikant Sonone
Its blank On Wed, Apr 17, 2013 at 10:38 PM, Wolfgang Faust wrote: > When I open this email, I see the following: > > On Apr 17, 2013 12:22 PM, wrote: > > > > > > > > Sent from Windows Mail > > > > > > -- > > You received this message because you are subscribed to the Google > Groups "Google Cod

Re: [gcj] CodeJam Qualification Email?

2013-04-17 Thread champ
no confirmation email and no,codes are not checked directly On Wed, Apr 17, 2013 at 10:48 PM, Nitin Shukla < nitinshuklajamesb...@gmail.com> wrote: > They gotta see ur code and verify that ur code is yielding same result as > u submitted. If u haven't done anything wrong or used any other code

Re: [gcj] Explanation for Treasure

2013-04-17 Thread vivek dhiman
Thank You Joseph. Vivek ediston On Tue, Apr 16, 2013 at 12:46 AM, Joseph DeVincentis wrote: > To solve Treasure, first make sure that the problem has some solution. > This requires: > >1. There are enough copies of each key available somewhere. >2. There is some viable sequence of chest

[gcj] Qualification Confirmation

2013-04-17 Thread Jugesh Sundram
I scored an easy 40 for the Quals and I am waiting for my Confirmation mail from Code Jam. I was wondering if anyone can buzz me in case they got a Confirmation mail. That way I know Code Jam is actually sending mails to all. Sounds lame right? Meh! Jugesh Sundram (jugeshsund...@gmail.com) --

Re: [gcj] CodeJam Qualification Email?

2013-04-17 Thread Nitin Shukla
They gotta see ur code and verify that ur code is yielding same result as u submitted. If u haven't done anything wrong or used any other code other than ur submitted code. Then u need not worry. Best Wishes for next round :) -- You received this message because you are subscribed to the Google G

Re: [gcj] Re: Lawn Patterns Alternate Solution

2013-04-17 Thread Atul Vani
I did the same too, there was no other logic except this one. Though my output was stated incorrect, so I thought there is more to it then just this, and left the problem. Didn't want to do a brute force approach. Is there any other logic required except this, of this is enough? On Mon, Apr 15, 2

[gcj] CodeJam Qualification Email?

2013-04-17 Thread Brijesh
I scored more than 35(qualifying marks) , now should I wait for official confirmation or start preparation for next round? -- 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

Re: [gcj] Re: Tic tac toe problem in google code jam

2013-04-17 Thread Adriano Ueda
hi sweta... can you upload your input file? On Wed, Apr 17, 2013 at 1:26 PM, sweta sharma wrote: > Case #1: Game has not completed > Case #2: Draw > Case #3: O won > Case #4: X won > Case #5: Draw > Case #6: O won > Case #7: X won > Case #8: O won > Case #9: Game has not completed > Case #10: X

Re: [gcj]

2013-04-17 Thread Wolfgang Faust
When I open this email, I see the following: On Apr 17, 2013 12:22 PM, wrote: > > > > Sent from Windows Mail > > > -- > 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 ema

[gcj] Re: Tic tac toe problem in google code jam

2013-04-17 Thread sweta sharma
On Sunday, 14 April 2013 09:44:14 UTC+5:30, sweta sharma wrote: > I wrote the following program . The program is giving correct output for > theinput file but the program isnt accepted...Its showing that its > Incorrect...Can someone please tell me what the problem is ? > > Source code : > >

[gcj] Re: Tic tac toe problem in google code jam

2013-04-17 Thread sweta sharma
Case #1: Game has not completed Case #2: Draw Case #3: O won Case #4: X won Case #5: Draw Case #6: O won Case #7: X won Case #8: O won Case #9: Game has not completed Case #10: X won This is the content of my output file... -- You received this message because you are subscribed to the Google G

Re: [gcj] Re: Tic tac toe problem in google code jam

2013-04-17 Thread Ayman Mohamed
When I submit this file, it says " Correct " . If it says "Incorrect" with you , you should email codejam to see what the problem is. On Wed, Apr 17, 2013 at 6:20 PM, wrote: > > > Sent from Windows Mail > > *From:* Ayman Mohamed > *Sent:* ‎Wednesday‎, ‎17‎ ‎April‎ ‎2013 ‎21‎:‎39 > *To:* google-

[gcj]

2013-04-17 Thread sharma.sweta1990
Sent from Windows Mail -- 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, send email to goog

Re: [gcj] Re: Tic tac toe problem in google code jam

2013-04-17 Thread sharma.sweta1990
Sent from Windows Mail From: Ayman Mohamed Sent: ‎Wednesday‎, ‎17‎ ‎April‎ ‎2013 ‎21‎:‎39 To: google-code@googlegroups.com Can you upload your output file here ? On Wed, Apr 17, 2013 at 6:06 PM, sweta sharma wrote: I checked everything...the logic is correct and even the output gen

Re: [gcj] Re: Tic tac toe problem in google code jam

2013-04-17 Thread Carlos Guia
Yes, the output should be a text file with the results you generated for the input you downloaded. Before you do anything, check you submitted what you were supposed to: - Go to https://code.google.com/codejam/contests.html (and sign in if you aren't), - on the left, click on "View my submissions"

Re: [gcj] Re: Tic tac toe problem in google code jam

2013-04-17 Thread Ayman Mohamed
Can you upload your output file here ? On Wed, Apr 17, 2013 at 6:06 PM, sweta sharma wrote: > I checked everything...the logic is correct and even the output generated > is correctthe output format is correct even... > > > On Wed, Apr 17, 2013 at 9:34 PM, Vishwas B Sharma < > vishwassharmahe

Re: [gcj] Re: Tic tac toe problem in google code jam

2013-04-17 Thread sweta sharma
I checked everything...the logic is correct and even the output generated is correctthe output format is correct even... On Wed, Apr 17, 2013 at 9:34 PM, Vishwas B Sharma < vishwassharmahe...@gmail.com> wrote: > Firstly check if your program logic is correct. And it is producing the > correc

Re: [gcj] Re: Tic tac toe problem in google code jam

2013-04-17 Thread Vishwas B Sharma
Firstly check if your program logic is correct. And it is producing the correct output. If you are sure of that then one main reason for output not to be accepted is the difference in output format. The outputs are checked by programs which search for specific patters like "Case""#"":"Answer. So th

Re: [gcj] Re: Tic tac toe problem in google code jam

2013-04-17 Thread sweta sharma
Can u please tell me what should the output file containis it the output cases generated by the program..and if it is so then my output file isnt accepted...what to do? On Wed, Apr 17, 2013 at 9:08 PM, Carlos Guia wrote: > You can try contacting the codejam team at code...@google.com to ask

Re: [gcj] Re: Tic tac toe problem in google code jam

2013-04-17 Thread Carlos Guia
You can try contacting the codejam team at code...@google.com to ask them, I know in the past a friend who in a similar situation and he did in fact upload the wrong file. Carlos Guía On Wed, Apr 17, 2013 at 8:48 AM, sweta sharma wrote: > As far as i rem i tried to upload the correct output fil

Re: [gcj] Re: Tic tac toe problem in google code jam

2013-04-17 Thread sweta sharma
As far as i rem i tried to upload the correct output file and that too multiple times ...It wasnt accepted but today it isIs this because of some technical fault? On Wed, Apr 17, 2013 at 1:47 AM, Bill Bruns wrote: > Hi Sweta, > Have you tried uploading your output today? > If it gives a res