Re: [gcj] Re: I m new 2 Gogle code jam,hv nver seen such question,any sugestions2 prepare for nxt yr resource java

2013-04-14 Thread Jugesh Sundram
Gee Anish! I couldn't agree more with your reply! @Antriksh - you receive a response based on how interested you are and how interestingly you state your problem to grab anyone's attention. Plz bear that mind. Although I predict that you sent that query from your mobile, there is some level of form

[gcj] Python IO help

2013-04-14 Thread wonjun
Hello All, I mainly code in Python, and is quite confused with the IO part. Well I normally do the following for IO: f = open('filename','r') a = f.read() b = a.split('\n') Now, depending on the problem at hand, I use a for loop / while loop to look over all cases and solve them accordingly. I b

[gcj] Re: I m new 2 Gogle code jam,hv nver seen such question,any sugestions2 prepare for nxt yr resource java

2013-04-14 Thread Aneesh Dogra
On Sunday, 14 April 2013 01:00:21 UTC+5:30, Antriksh wrote: > If you are really just starting out with algorithmic problems, GCJ is probably not the best place to start. First try out some easy problems from Project Euler, Code Chef and maybe consult some books like "Competitive Programming 2

Re: [gcj] new 2 google code

2013-04-14 Thread Jugesh Sundram
Cool. Compared to your previous query this query is a million times better in terms of the English used atleast ! So here you go. This is Quick Start Guide. It will explain the overall picture of Code Jam. https://code.google.com/codejam/quickstart.html Hope this helps !! On 13 April 2013 15:3

[gcj] new 2 google code

2013-04-14 Thread Antriksh
I m new to Google code ,and not familiar with the questions ,, but i want 2 prepare for nxt year ,,need suggestions 4 java ,, resoutces ,,books , etc -- You received this message because you are subscribed to the Google Groups "Google Code Jam" group. To unsubscribe from this group and stop re

Re: [gcj] Re: Limited Friend List Capacity

2013-04-14 Thread Niyaz Nigmatullin
On Tuesday, May 18, 2010 9:14:11 PM UTC+4, Bartholomew Furrow wrote: > Is there any reason to limit number of friends to 30? I want to watch > > results of more than 30 people. > > > Because our friends page used to be really inefficient.  Now it's just mildly > inefficient, and we may up the l

Re: [gcj] I m new 2 Gogle code jam,hv nver seen such question,any sugestions2 prepare for nxt yr resource java

2013-04-14 Thread Jugesh Sundram
Yes. Learn English and work hard on Algorithms !! See you next year. On 13 April 2013 15:30, Antriksh wrote: > -- > 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 >

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

2013-04-14 Thread Jugesh Sundram
Sweta, Congrats! Good news is your program works perfect. Bad news is I believe you have hard coded the problem which basically defeats the whole purpose of the competition. But this is only my opinion based on reading your program. I may be right / wrong !! On 14 April 2013 00:14, sweta sharma

Re: [gcj] Code Jam 2013 question

2013-04-14 Thread Jugesh Sundram
The next rounds will be excruciating !! On 13 April 2013 07:26, Siew Ling wrote: > I even idiot.. still solving the Tomek problem and couldn't understand why > I am incorrect :( > Feel hopeless after so many attempts. > > > On Sat, Apr 13, 2013 at 7:25 PM, sumit sharma wrote: > >> Shit, i am a

Re: [gcj] Best Language for code jam

2013-04-14 Thread Raul Gallegos
You have to know when to use a language. I prefer to use C++, but in the common cases of very large numbers I change to python or Java. But you could also use C++ for big numbers, with some tricks, but I prefer to change language to gain time. On Sun, Apr 14, 2013 at 12:26 AM, Amir Hossein Shari

Re: [gcj] Best Language for code jam

2013-04-14 Thread Hendri Karisma
i use java too.. :D maybe java more weighted than C++ but for some cases it more easy for me hehehe On Sun, Apr 14, 2013 at 9:44 AM, sk wrote: > I do use java, and even though one can compete in codejam, do you agree > that C++ is a better languague to compete in code jam. I see the top 5 are >

Re: [gcj] Best Language for code jam

2013-04-14 Thread Siew Ling
Hahaha.. at last I know why I always incorrect in Tomek, which I tried so many many times, although my answer is correct. Apparently, it is because of "X won", I wrote "X Won". I thought the problem is my understanding for the questions. What a big mistakes. On Sun, Apr 14, 2013 at 10:44 AM, sk

Re: [gcj] Code Jam 2013 question

2013-04-14 Thread Siew Ling
I even idiot.. still solving the Tomek problem and couldn't understand why I am incorrect :( Feel hopeless after so many attempts. On Sat, Apr 13, 2013 at 7:25 PM, sumit sharma wrote: > Shit, i am a idiot. Even after doing C-large, i couldn't upload it > > > On Sat, Apr 13, 2013 at 11:27 AM, Sa

[gcj] I m new 2 Gogle code jam,hv nver seen such question,any sugestions2 prepare for nxt yr resource java

2013-04-14 Thread Antriksh
-- 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 google-code@googlegroups.com. To

Re: [gcj] Best Language for code jam

2013-04-14 Thread Linqing Wang
c does do well in performance, but java supplies more tools which makes program easier. On Apr 14, 2013 10:44 AM, "sk" wrote: > I do use java, and even though one can compete in codejam, do you agree > that C++ is a better languague to compete in code jam. I see the top 5 are > using C++. > > --

[gcj] Tic tac toe problem in google code jam

2013-04-14 Thread sweta sharma
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 : #include #include #include struct p { char board[4][4]; }*arr; char check_hor

Re: [gcj] Qualification Round

2013-04-14 Thread Niraj Kumar
Hi ! now we have 12 days for next round. I need to practice for it Please help/suggest me from where I can practice & learn to perform better in round 1. Few major problem I am facing is . I am taking to much time to complete a code. . I am able to write optimize code in first attempt(mostly I ge

Re: [gcj] Qualification Round

2013-04-14 Thread nitin sharma
The solution is really impressive. Thank God it was 4*4 square :) On Sun, Apr 14, 2013 at 2:47 PM, porker2008 wrote: > the solution to Problem A is so impressive. =) > > On Sunday, April 14, 2013 3:58:34 PM UTC+8, CoderBaba wrote: > > In the mean time below is a post from my blog which contains

Re: [gcj] Qualification Round

2013-04-14 Thread Siew Ling
But too bad at the scoreboard, it didn't say the language used. Best regards, Siew Ling On Apr 14, 2013, at 9:03 PM, Otaku wrote: >> Do you have the solution to D problem. My solution was dead slow. > > Last year, the Google team released a "problem analysis" a few days after the > contest. P

Re: [gcj] How to use Google codejam Command line..?

2013-04-14 Thread abdul kader
thank u for help, I will hope u more help me On Sun, Apr 14, 2013 at 11:46 AM, Җřǐŝħ wrote: > I am having trouble with using command line... > What is the code to use it to take inputs? > I am using python. > anyone help me? > > > "The ability to question is starting point of Innovation" > > I

Re: [gcj] Qualification Round

2013-04-14 Thread Andres Felipe Ruiz
There is no point on doing that kind of comments. Just keep it to yourself genius On Sun, Apr 14, 2013 at 9: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 the worst ev

Re: [gcj] Re: Google Code Jam tools website

2013-04-14 Thread Siew Ling
Wow, how you do that to create that list in your website? There is API to access to the information? On Mon, Apr 15, 2013 at 7:19 AM, Ahmed Aly wrote: > Unfortunately yes, you have to make another account. > > > On Mon, Apr 15, 2013 at 1:02 AM, Martín Fixman wrote: > >> I don't see to be able t

Re: [gcj] Qualification Round

2013-04-14 Thread Aja Huang
You can download everyone's solutions in the scoreboard. Aja 2013/4/14 sumit sharma > Do you have the solution to D problem. My solution was dead slow. > > > On Sun, Apr 14, 2013 at 6:20 PM, sumit sharma wrote: > >> Yes they do notify the qualifiers. I did get it last year >> >> >> On Sun, Ap

Re: [gcj] Qualification Round

2013-04-14 Thread Nitin Shukla
LawnMover was a good question. :) On Sun, Apr 14, 2013 at 6:33 PM, Otaku wrote: > > Do you have the solution to D problem. My solution was dead slow. > > Last year, the Google team released a "problem analysis" a few days after > the contest. Plus you can download solutions from the "Contest sc

Re: [gcj] Qualification Round

2013-04-14 Thread Amol Manoj Bhave
On Sunday, April 14, 2013 4:36:36 PM UTC+5:30, CoderBaba wrote: > Last year I ran out of the 8 minutes thus this year I wanted to make sure > nothing like that happens thus did not use any loops :( > > > > > On Sun, Apr 14, 2013 at 4:28 PM, Sunchips wrote: > > > Use loops maybe? >_< > > >

Re: [gcj] Qualification Round

2013-04-14 Thread Rob Lachlan
That's some typing ability you've got there. Respect. Don't avoid loops. The overhead of a loop is miniscule; it'll never make a difference in codejam. What's more, your compiler can unroll loops if necessary to optimize the target code. Have a look here: http://en.wikipedia.org/wiki/Loop_un

Re: [gcj] Best Language for code jam

2013-04-14 Thread Shivam Rohilla
I guess the language in which you are expert, rest all depends on your luck. On 14 April 2013 12:24, Olaf Doschke wrote: > The speeds of C/C++ are quite equal. Since C++ is the advanced language, > I'd prefer it. C might win, but for a high price of offering less than C++. > You can of course g

Re: [gcj] Re: Google Code Jam tools website

2013-04-14 Thread Nitin Shukla
nyc work ahmed aly, keep it up On Sun, Apr 14, 2013 at 10:11 PM, Ahmed Aly wrote: > Now you can download the solutions directly from Google Code Jam tools > website, here is an example: http://ahmed-aly.com/CodeJamTools/ > Country.jsp?GoogleID=2270488&Country=Egypt > > -- > Ahmed Aly > > www.ah

[gcj] Where should we expect to have submissions for the Qualification Round 2013 judged?

2013-04-14 Thread Sergiy Byelozyorov
Hi, The website still shows "Coding is now in progress" even though it's clear that the round is over. It shows "Round 1A 2013. Starts in 12 days 3 hours" on the left side of the page though. It is slightly confusing. As I don't see any failed solutions on the scoreboard, I assume the large su

[gcj] Re: Programming trainning in Lima-Peru and book recomendation

2013-04-14 Thread keyvhinng Espinoza
You can start with Competitive Programming 2 by Felix Halim. I think it is THE book that every contestant should start with. Keyvhinng. -- 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

Re: [gcj] programming contest control system

2013-04-14 Thread Carlos Guia
Codejam used to run inside TopCoder, my guess is they felt it was better to run it themselves. That allowed them to change the competition format and rules to what they like. I doubt PC^2 can handle the amount of traffic the codejam generates, obviously I have never tried a contest this big in PC^2

Re: [gcj] Re: Google Code Jam tools website

2013-04-14 Thread Ahmed Aly
Unfortunately yes, you have to make another account. On Mon, Apr 15, 2013 at 1:02 AM, Martín Fixman wrote: > I don't see to be able to login using my ahmed-aly.com account. Should > I register another account for the Code Jam tools? > > On Sun, Apr 14, 2013 at 1:41 PM, Ahmed Aly wrote: > > Now

Re: [gcj] Re: Google Code Jam tools website

2013-04-14 Thread Martín Fixman
I don't see to be able to login using my ahmed-aly.com account. Should I register another account for the Code Jam tools? On Sun, Apr 14, 2013 at 1:41 PM, Ahmed Aly wrote: > Now you can download the solutions directly from Google Code Jam tools > website, here is an example: > http://ahmed-aly.co

Re: [gcj] Code Jam site down

2013-04-14 Thread João Víctor Rocon Maia
another way is using command curl instead of browser On Sun, Apr 14, 2013 at 3:33 PM, Jugesh Sundram wrote: > I appreciate all your responses. My problem has been resolved magically. > Really don't have any clue as to how. May be some Google Big brother was > watching over this conversation and f

Re: [gcj] Code Jam site down

2013-04-14 Thread Jugesh Sundram
I appreciate all your responses. My problem has been resolved magically. Really don't have any clue as to how. May be some Google Big brother was watching over this conversation and fixed my problem. I am just being too kiddish with this thought. But still it may seem plausible. :p Jus sa'in :D Th

Re: [gcj] Code Jam site down

2013-04-14 Thread João Víctor Rocon Maia
email title: "Code Jam site down" It's a tool to easily check it by yourself. I used it sometimes. On Sun, Apr 14, 2013 at 3:26 PM, Amir Hossein Sharifzadeh < amirsharifza...@gmail.com> wrote: > Hi, but would you plz to explain about this? > http://www.downforeveryoneorjustme.com/ > > > > On Su

Re: [gcj] Code Jam site down

2013-04-14 Thread Amir Hossein Sharifzadeh
Hi, but would you plz to explain about this? http://www.downforeveryoneorjustme.com/ On Sun, Apr 14, 2013 at 2:23 PM, João Víctor Rocon Maia wrote: > http://www.downforeveryoneorjustme.com/ > > > On Sun, Apr 14, 2013 at 3:22 PM, Amir Hossein Sharifzadeh < > amirsharifza...@gmail.com> wrote: >

Re: [gcj] Code Jam site down

2013-04-14 Thread João Víctor Rocon Maia
http://www.downforeveryoneorjustme.com/ On Sun, Apr 14, 2013 at 3:22 PM, Amir Hossein Sharifzadeh < amirsharifza...@gmail.com> wrote: > I don't have such problem at this time and I am using chrome now. > > > On Sun, Apr 14, 2013 at 2:19 PM, Satyajit Bhadange < > satyajit.bhada...@gmail.com> wrot

Re: [gcj] Code Jam site down

2013-04-14 Thread Amir Hossein Sharifzadeh
I don't have such problem at this time and I am using chrome now. On Sun, Apr 14, 2013 at 2:19 PM, Satyajit Bhadange < satyajit.bhada...@gmail.com> wrote: > I am using chrome and I never faced any problem. > > > > Thanks & Regards, > *Satyajit Bhadange > * > > > On Sun, Apr 14, 2013 at 11:47 PM,

Re: [gcj] Code Jam site down

2013-04-14 Thread Satyajit Bhadange
I am using chrome and I never faced any problem. Thanks & Regards, *Satyajit Bhadange * On Sun, Apr 14, 2013 at 11:47 PM, Leopoldo Taravilse wrote: > www.downforeveryoneorjustme.com > > > On Sun, Apr 14, 2013 at 3:16 PM, Amir Hossein Sharifzadeh < > amirsharifza...@gmail.com> wrote: > >> Actu

Re: [gcj] Code Jam site down

2013-04-14 Thread Leopoldo Taravilse
www.downforeveryoneorjustme.com On Sun, Apr 14, 2013 at 3:16 PM, Amir Hossein Sharifzadeh < amirsharifza...@gmail.com> wrote: > Actually I don't know why! > > But yesterday I faced same problem during contest time and it really made > me nervous. I had to switched on FireFox to continue. > I thi

Re: [gcj] Code Jam site down

2013-04-14 Thread Amir Hossein Sharifzadeh
Actually I don't know why! But yesterday I faced same problem during contest time and it really made me nervous. I had to switched on FireFox to continue. I think it would be a serious problem why some clients are not able to connect to GCJ website! On Sun, Apr 14, 2013 at 2:10 PM, Jugesh Sundr

Re: [gcj] Code Jam site down

2013-04-14 Thread Jugesh Sundram
Works in Safari ! Totally strange why Chrome doesn't open Code Jam !! On 14 April 2013 14:09, Amir Hossein Sharifzadeh wrote: > Please let me know if you have already the problem using FireFox. > > On Sun, Apr 14, 2013 at 1:58 PM, Jugesh Sundram > wrote: > >> Guys, >> Is it just my connection o

Re: [gcj] Code Jam site down

2013-04-14 Thread Amir Hossein Sharifzadeh
Please let me know if you have already the problem using FireFox. On Sun, Apr 14, 2013 at 1:58 PM, Jugesh Sundram wrote: > Guys, > Is it just my connection or is it that the Code Jam site is no more > accessible. It has been down for like hours !! > > -- > Jugesh Sundram > (jugeshsund...@gmail.co

Re: [gcj] Code Jam site down

2013-04-14 Thread Satyajit Bhadange
i m using chrome Thanks & Regards, *Satyajit Bhadange * On Sun, Apr 14, 2013 at 11:34 PM, Amir Hossein Sharifzadeh < amirsharifza...@gmail.com> wrote: > Actually I had same problem when I used Google Chrome! > I am not sure. But I change the web browser and could bypass the problem. > > > > >

Re: [gcj] Code Jam site down

2013-04-14 Thread Amir Hossein Sharifzadeh
Actually I had same problem when I used Google Chrome! I am not sure. But I change the web browser and could bypass the problem. On Sun, Apr 14, 2013 at 1:58 PM, Jugesh Sundram wrote: > Guys, > Is it just my connection or is it that the Code Jam site is no more > accessible. It has been down fo

Re: [gcj] Code Jam site down

2013-04-14 Thread Satyajit Bhadange
Its just you... Thanks & Regards, *Satyajit Bhadange * On Sun, Apr 14, 2013 at 11:28 PM, Jugesh Sundram wrote: > Guys, > Is it just my connection or is it that the Code Jam site is no more > accessible. It has been down for like hours !! > > -- > Jugesh Sundram > (jugeshsund...@gmail.com) > >

[gcj] Code Jam site down

2013-04-14 Thread Jugesh Sundram
Guys, Is it just my connection or is it that the Code Jam site is no more accessible. It has been down for like hours !! -- Jugesh Sundram (jugeshsund...@gmail.com) -- You received this message because you are subscribed to the Google Groups "Google Code Jam" group. To unsubscribe from this gr

[gcj] programming contest control system

2013-04-14 Thread Amir Hossein Sharifzadeh
Why Google do not use a programming contest control system like Competition Arena TopCoder or ACM PC^2? -- 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

Re: [gcj] Best Language for code jam

2013-04-14 Thread Amir Hossein Sharifzadeh
I didn't tell Java is not acceptable since I absolutely used Java for GCJ. I told C++ is faster than Java. On Sun, Apr 14, 2013 at 12:47 Pold M, Sunchips wrote: > I hope you realize that since Java is an accepted language, there are at > least hundreds of people who have coded solutions in Java

Re: [gcj] Best Language for code jam

2013-04-14 Thread Sunchips
I hope you realize that since Java is an accepted language, there are at least hundreds of people who have coded solutions in Java and got them AC. What are you doing wrong? The USACO servers are definitely dated but efficient Java solutions still work! On Sunday, April 14, 2013 8:54:15 PM UTC+

Re: [gcj] Qualification Round

2013-04-14 Thread Sunchips
Well, I redacted my comment because I know that it's just a learning process. But its a 4x4 grid, loops are more than fine. You need to code based on the input size and the time you are allotted to solve it in. Given the 8 mins or so you get to submit the solution, O(N^2) solution would probabl

[gcj] Re: Google Code Jam tools website

2013-04-14 Thread Ahmed Aly
Now you can download the solutions directly from Google Code Jam tools website, here is an example: http://ahmed-aly.com/CodeJamTools/ Country.jsp?GoogleID=2270488&Country=Egypt -- Ahmed Aly www.ahmed-aly.com On Sat, Apr 13, 2013 at 5:42 AM, Ahmed Aly wrote: > Google Code Jam tools website: h

Re: [gcj] Best Language for code jam

2013-04-14 Thread Amir Hossein Sharifzadeh
I used both programming languages. Some years ago I became member of USACO and ACM-ICPC Live Archive. I developed my programs with Java (JDK 1.5 +) and I got TLE frequently. Therefore, I switched on C++. I DO BELIEVE C++ is faster for the above online contests like USACO, ACM-ICPC Live Archive and

Re: [gcj] Best Language for code jam

2013-04-14 Thread meir
In most cases the speedups of using C/C++ as compared to Java or even python will not make the difference between meeting the time constraints and not. IMHO any time this happens it is a failure by the problem writer to select the size parameters correctly. I myself write in recent years in Scala

Re: [gcj] Qualification Round

2013-04-14 Thread Jugesh Sundram
@Radin Ahmed Ehsan: you seem to be a TOTAL noob to logic and programming. You hard-coded everything? Seriously?? No offense. But that is the worst ever solution I came across for Code Jam !! On 14 April 2013 09:03, Otaku wrote: > > Do you have the solution to D problem. My solution was dead slo

Re: [gcj] Qualification Round Solutions (was: Qualification Round)

2013-04-14 Thread Wolfgang Faust
On Apr 14, 2013 7:07 AM, "Radin Ahmed Ehsan" wrote: > Last year I ran out of the 8 minutes thus this year I wanted to make sure nothing like that happens thus did not use any loops :( I used loops for problem A with no difficulties--the large input still completed in < 10 seconds. Because the boar

Re: [gcj] Qualification Round

2013-04-14 Thread Otaku
> Do you have the solution to D problem. My solution was dead slow. Last year, the Google team released a "problem analysis" a few days after the contest. Plus you can download solutions from the "Contest scoreboard". -- You received this message because you are subscribed to the Google Groups

Re: [gcj] Qualification Round

2013-04-14 Thread sumit sharma
Do you have the solution to D problem. My solution was dead slow. On Sun, Apr 14, 2013 at 6:20 PM, sumit sharma wrote: > Yes they do notify the qualifiers. I did get it last year > > > On Sun, Apr 14, 2013 at 4:36 PM, Radin Ahmed Ehsan < > radin.ahmed.eh...@gmail.com> wrote: > >> Last year I ra

Re: [gcj] Qualification Round

2013-04-14 Thread sumit sharma
Yes they do notify the qualifiers. I did get it last year On Sun, Apr 14, 2013 at 4:36 PM, Radin Ahmed Ehsan < radin.ahmed.eh...@gmail.com> wrote: > Last year I ran out of the 8 minutes thus this year I wanted to make sure > nothing like that happens thus did not use any loops :( > > > On Sun, A

Re: [gcj] Qualification Round

2013-04-14 Thread Radin Ahmed Ehsan
Last year I ran out of the 8 minutes thus this year I wanted to make sure nothing like that happens thus did not use any loops :( On Sun, Apr 14, 2013 at 4:28 PM, Sunchips wrote: > Use loops maybe? >_< > > On Sunday, April 14, 2013 1:28:34 PM UTC+5:30, CoderBaba wrote: > > In the mean time below

Re: [gcj] Qualification Round

2013-04-14 Thread Sunchips
Use loops maybe? >_< On Sunday, April 14, 2013 1:28:34 PM UTC+5:30, CoderBaba wrote: > In the mean time below is a post from my blog which contains the solution to > Problem A and Problem C small. > > http://radinehsan.wordpress.com/2013/04/14/solution-to-google-code-jam-problem-a-and-problem-c-

Re: [gcj] Qualification Round

2013-04-14 Thread porker2008
the solution to Problem A is so impressive. =) On Sunday, April 14, 2013 3:58:34 PM UTC+8, CoderBaba wrote: > In the mean time below is a post from my blog which contains the solution to > Problem A and Problem C small. > > http://radinehsan.wordpress.com/2013/04/14/solution-to-google-code-jam-p

Re: [gcj] Qualification Round

2013-04-14 Thread Radin Ahmed Ehsan
In the mean time below is a post from my blog which contains the solution to Problem A and Problem C small. http://radinehsan.wordpress.com/2013/04/14/solution-to-google-code-jam-problem-a-and-problem-c-small/ On Sun, Apr 14, 2013 at 1:40 PM, Olaf Doschke wrote: > I assume so, because while you

Re: [gcj] Qualification Round

2013-04-14 Thread Olaf Doschke
I assume so, because while you mainly only need 35 points to advance, the Codejam team would need to analyze languages used to comply with contest rules and at least verify roughly, if the submitted code would produce the output. They already stated they don't run your code, IIRC. But in the end,

[gcj] Qualification Round

2013-04-14 Thread Amir Hossein Sharifzadeh
Hi, Will Google notify qualified contestants for advancing to the Online First Rounds? -- 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..