[gcj] Alien Language in PHP

2010-04-17 Thread Mathias Grimm
I solve it with php code!
http://mathiasgrimm.com.br/?p=17

someone participate on the GCJ with php?

-- 
You received this message because you are subscribed to the Google Groups 
"google-codejam" group.
To post to this group, send email to google-c...@googlegroups.com.
To unsubscribe from this group, send email to 
google-code+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-code?hl=en.



Re: [gcj] Re: Difference betwen Small and Large inputs

2010-04-17 Thread Jacob Lyles
I'm not sure what the rules are, but software is usually far more important
than hardware when it comes to algorithm running times:

http://en.wikipedia.org/wiki/Analysis_of_algorithms#Run-time_analysis

There are some cases where an efficient algorithm will run in a few seconds
on a standard laptop, but the brute force approach will take many
centuries.

On Fri, Apr 16, 2010 at 10:29 AM, tonka  wrote:

> is there any rule that says that one cannot use a mainframe computer
> to run the code? because in those computers you can use the code
> written for small dataset (which generally uses brute force) for large
> dataset and get outputs instantly?
>
> On Apr 16, 1:28 pm, Narasimha Datta  wrote:
> > long int is 32 bits only on a 32-bit system; it is 64 bits on a 64-bit
> > system.
> >
> > - ND
> >
> > On Fri, Apr 16, 2010 at 1:39 AM, Felipe Sodré Silva  >wrote:
> >
> >
> >
> >
> >
> > > If you are using C/C++, long int is supposed to be 32-bit. If you want
> > > 64-bit integer, you must use long long int.
> >
> > > On Thu, Apr 15, 2010 at 11:00 AM, tonka 
> wrote:
> >
> > >> i was working with the large input data but then i found out that the
> > >> long int datatype allocates 4 bytes of memory whereas it is supposed
> > >> to be 64 bits. i am using vista 32-bit OS. in case i want to use 64-
> > >> bit integers then what OS and compiler should i use? otherwise is
> > >> there a way to allocate memory according to the desired size for
> > >> integer data, something like if i want to allocate 10 bytes of memory
> > >> for an integer then what should be the code?
> > >> thanks in advance.
> > >> tonka.
> >
> > >> On Apr 15, 4:45 pm, kirk79  wrote:
> > >> > Very true.  I have tried many problems that work on small but fail
> on
> > >> > large, and when I replace all 32 bit integers with 64 bit integers
> the
> > >> > large file works.
> >
> > >> > I now try to use long (64 bit integers) whenever there is a chance
> > >> > that they will be required.
> >
> > >> > On Apr 15, 9:39 pm, Nitin Kumar  wrote:
> >
> > >> --
> > >> You received this message because you are subscribed to the Google
> Groups
> > >> "google-codejam" group.
> > >> To post to this group, send email to google-c...@googlegroups.com.
> > >> To unsubscribe from this group, send email to
> > >> google-code+unsubscr...@googlegroups.com
> 
> > >> .
> > >> For more options, visit this group at
> > >>http://groups.google.com/group/google-code?hl=en.
> >
> > >  --
> > > You received this message because you are subscribed to the Google
> Groups
> > > "google-codejam" group.
> > > To post to this group, send email to google-c...@googlegroups.com.
> > > To unsubscribe from this group, send email to
> > > google-code+unsubscr...@googlegroups.com
> 
> > > .
> > > For more options, visit this group at
> > >http://groups.google.com/group/google-code?hl=en.
> >
> > --
> > You received this message because you are subscribed to the Google Groups
> "google-codejam" group.
> > To post to this group, send email to google-c...@googlegroups.com.
> > To unsubscribe from this group, send email to
> google-code+unsubscr...@googlegroups.com
> .
> > For more options, visit this group athttp://
> groups.google.com/group/google-code?hl=en.
>
> --
> You received this message because you are subscribed to the Google Groups
> "google-codejam" group.
> To post to this group, send email to google-c...@googlegroups.com.
> To unsubscribe from this group, send email to
> google-code+unsubscr...@googlegroups.com
> .
> For more options, visit this group at
> http://groups.google.com/group/google-code?hl=en.
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"google-codejam" group.
To post to this group, send email to google-c...@googlegroups.com.
To unsubscribe from this group, send email to 
google-code+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-code?hl=en.



[gcj] Re: New to Code Jam 2010

2010-04-17 Thread tonka
i am all new to gcj. so as i was going through the rules i found that
they said that reading the problem didn't start any timer whereas
downloading the inputs did. but then the 2hr30min alloted for round 1
and so on are for downloading inputs and submitting outputs or is it
the total time in which i have to read the question and solve it (i.e.
development of algorithm and the code)? please help.
thanks in advance.

On Apr 14, 6:32 am, Bartholomew Furrow  wrote:
> Procedure is here:http://code.google.com/codejam/faq.html#quickstart
>
>
>
> On Mon, Apr 12, 2010 at 11:50 PM, Gökhan Çetin  wrote:
> > sample questions here mate
> >http://code.google.com/codejam/archive.html
>
> > 2010/4/12 Vineet ghatge 
>
> > Hi all,
>
> >> I am very new to this google code jam. Can anyone tell me procedure and
> >> sample questions(codes) to look through?
>
> >> Looking forward for a reply
>
> >> With Regards,
> >> Vineet Ghatge H
> >> --
> >> You received this message because you are subscribed to the Google Groups
> >> "google-codejam" group.
> >> To post to this group, send email to google-c...@googlegroups.com.
> >> To unsubscribe from this group, send email to
> >> google-code+unsubscr...@googlegroups.com >>  oups.com>
> >> .
> >> For more options, visit this group at
> >>http://groups.google.com/group/google-code?hl=en.
>
> > --
> > G.Ç
>
> >  --
> > You received this message because you are subscribed to the Google Groups
> > "google-codejam" group.
> > To post to this group, send email to google-c...@googlegroups.com.
> > To unsubscribe from this group, send email to
> > google-code+unsubscr...@googlegroups.com > oups.com>
> > .
> > For more options, visit this group at
> >http://groups.google.com/group/google-code?hl=en.

-- 
You received this message because you are subscribed to the Google Groups 
"google-codejam" group.
To post to this group, send email to google-c...@googlegroups.com.
To unsubscribe from this group, send email to 
google-code+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-code?hl=en.



Re: [gcj] Re: New to Code Jam 2010

2010-04-17 Thread Bharath Raghavendran
The 2 hr 30 min is the duration of the contest. That start at a fixed
time and ends accordingly. If you want to participate, you need to
paticipate in this time window.

The other timer is related to the time needed to submit the solution
once you download input. For this, the timer starts as soon as you
download the input. What you need to do is read the question, get a
program ready, download input (hence starting timer), run the program
with input, submit solution before timer ends. If it ended, for small
inputs, you will have more chances .. but for large inputs, there are
no second chances (time expired => you cannot submit at all)

On 17 April 2010 14:48, tonka  wrote:
> i am all new to gcj. so as i was going through the rules i found that
> they said that reading the problem didn't start any timer whereas
> downloading the inputs did. but then the 2hr30min alloted for round 1
> and so on are for downloading inputs and submitting outputs or is it
> the total time in which i have to read the question and solve it (i.e.
> development of algorithm and the code)? please help.
> thanks in advance.
>
> On Apr 14, 6:32 am, Bartholomew Furrow  wrote:
>> Procedure is here:http://code.google.com/codejam/faq.html#quickstart
>>
>>
>>
>> On Mon, Apr 12, 2010 at 11:50 PM, Gökhan Çetin  wrote:
>> > sample questions here mate
>> >http://code.google.com/codejam/archive.html
>>
>> > 2010/4/12 Vineet ghatge 
>>
>> > Hi all,
>>
>> >> I am very new to this google code jam. Can anyone tell me procedure and
>> >> sample questions(codes) to look through?
>>
>> >> Looking forward for a reply
>>
>> >> With Regards,
>> >> Vineet Ghatge H
>> >> --
>> >> You received this message because you are subscribed to the Google Groups
>> >> "google-codejam" group.
>> >> To post to this group, send email to google-c...@googlegroups.com.
>> >> To unsubscribe from this group, send email to
>> >> google-code+unsubscr...@googlegroups.com> >>  oups.com>
>> >> .
>> >> For more options, visit this group at
>> >>http://groups.google.com/group/google-code?hl=en.
>>
>> > --
>> > G.Ç
>>
>> >  --
>> > You received this message because you are subscribed to the Google Groups
>> > "google-codejam" group.
>> > To post to this group, send email to google-c...@googlegroups.com.
>> > To unsubscribe from this group, send email to
>> > google-code+unsubscr...@googlegroups.com> >  oups.com>
>> > .
>> > For more options, visit this group at
>> >http://groups.google.com/group/google-code?hl=en.
>
> --
> You received this message because you are subscribed to the Google Groups 
> "google-codejam" group.
> To post to this group, send email to google-c...@googlegroups.com.
> To unsubscribe from this group, send email to 
> google-code+unsubscr...@googlegroups.com.
> For more options, visit this group at 
> http://groups.google.com/group/google-code?hl=en.
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"google-codejam" group.
To post to this group, send email to google-c...@googlegroups.com.
To unsubscribe from this group, send email to 
google-code+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-code?hl=en.



Re: [gcj] Re: Difference betwen Small and Large inputs

2010-04-17 Thread Gustavo Pacianotto Gouveia
for google servers, all algorithms are O(1)

2010/4/17 Jacob Lyles 

> I'm not sure what the rules are, but software is usually far more important
> than hardware when it comes to algorithm running times:
>
> http://en.wikipedia.org/wiki/Analysis_of_algorithms#Run-time_analysis
>
> There are some cases where an efficient algorithm will run in a few seconds
> on a standard laptop, but the brute force approach will take many
> centuries.
>
> On Fri, Apr 16, 2010 at 10:29 AM, tonka  wrote:
>
>> is there any rule that says that one cannot use a mainframe computer
>> to run the code? because in those computers you can use the code
>> written for small dataset (which generally uses brute force) for large
>> dataset and get outputs instantly?
>>
>> On Apr 16, 1:28 pm, Narasimha Datta  wrote:
>> > long int is 32 bits only on a 32-bit system; it is 64 bits on a 64-bit
>> > system.
>> >
>> > - ND
>> >
>> > On Fri, Apr 16, 2010 at 1:39 AM, Felipe Sodré Silva > >wrote:
>> >
>> >
>> >
>> >
>> >
>> > > If you are using C/C++, long int is supposed to be 32-bit. If you want
>> > > 64-bit integer, you must use long long int.
>> >
>> > > On Thu, Apr 15, 2010 at 11:00 AM, tonka 
>> wrote:
>> >
>> > >> i was working with the large input data but then i found out that the
>> > >> long int datatype allocates 4 bytes of memory whereas it is supposed
>> > >> to be 64 bits. i am using vista 32-bit OS. in case i want to use 64-
>> > >> bit integers then what OS and compiler should i use? otherwise is
>> > >> there a way to allocate memory according to the desired size for
>> > >> integer data, something like if i want to allocate 10 bytes of memory
>> > >> for an integer then what should be the code?
>> > >> thanks in advance.
>> > >> tonka.
>> >
>> > >> On Apr 15, 4:45 pm, kirk79  wrote:
>> > >> > Very true.  I have tried many problems that work on small but fail
>> on
>> > >> > large, and when I replace all 32 bit integers with 64 bit integers
>> the
>> > >> > large file works.
>> >
>> > >> > I now try to use long (64 bit integers) whenever there is a chance
>> > >> > that they will be required.
>> >
>> > >> > On Apr 15, 9:39 pm, Nitin Kumar  wrote:
>> >
>> > >> --
>> > >> You received this message because you are subscribed to the Google
>> Groups
>> > >> "google-codejam" group.
>> > >> To post to this group, send email to google-c...@googlegroups.com.
>> > >> To unsubscribe from this group, send email to
>> > >> google-code+unsubscr...@googlegroups.com
>> 
>> > >> .
>> > >> For more options, visit this group at
>> > >>http://groups.google.com/group/google-code?hl=en.
>> >
>> > >  --
>> > > You received this message because you are subscribed to the Google
>> Groups
>> > > "google-codejam" group.
>> > > To post to this group, send email to google-c...@googlegroups.com.
>> > > To unsubscribe from this group, send email to
>> > > google-code+unsubscr...@googlegroups.com
>> 
>> > > .
>> > > For more options, visit this group at
>> > >http://groups.google.com/group/google-code?hl=en.
>> >
>> > --
>> > You received this message because you are subscribed to the Google
>> Groups "google-codejam" group.
>> > To post to this group, send email to google-c...@googlegroups.com.
>> > To unsubscribe from this group, send email to
>> google-code+unsubscr...@googlegroups.com
>> .
>> > For more options, visit this group athttp://
>> groups.google.com/group/google-code?hl=en.
>>
>> --
>> You received this message because you are subscribed to the Google Groups
>> "google-codejam" group.
>> To post to this group, send email to google-c...@googlegroups.com.
>> To unsubscribe from this group, send email to
>> google-code+unsubscr...@googlegroups.com
>> .
>> For more options, visit this group at
>> http://groups.google.com/group/google-code?hl=en.
>>
>>
>  --
> You received this message because you are subscribed to the Google Groups
> "google-codejam" group.
> To post to this group, send email to google-c...@googlegroups.com.
> To unsubscribe from this group, send email to
> google-code+unsubscr...@googlegroups.com
> .
> For more options, visit this group at
> http://groups.google.com/group/google-code?hl=en.
>



-- 
grato,

Gustavo Pacianotto Gouveia

LTI - Laboratório de Técnicas Inteligentes
Escola Politécnica da Universidade de São Paulo
  gustavo.gouv...@poli.usp.br
  gl_lg...@hotmail.com
  gustavo.paciano...@gmail.com

-- 
You received this message because you are subscribed to the Google Groups 
"google-codejam" group.
To post to this group, send email to google-c...@googlegroups.com.
To unsubscribe from this group, send email to 
google-code+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-code?hl=en.



Re: [gcj] Re: Difference betwen Small and Large inputs

2010-04-17 Thread ayman bs
In contest, some problems will produce Timed out message with large input,
so I don't advise you to go with this assumption :D

On Sat, Apr 17, 2010 at 7:32 PM, Gustavo Pacianotto Gouveia <
gustavo.paciano...@gmail.com> wrote:

> for google servers, all algorithms are O(1)
>
> 2010/4/17 Jacob Lyles 
>
> I'm not sure what the rules are, but software is usually far more important
>> than hardware when it comes to algorithm running times:
>>
>> http://en.wikipedia.org/wiki/Analysis_of_algorithms#Run-time_analysis
>>
>> There are some cases where an efficient algorithm will run in a few
>> seconds on a standard laptop, but the brute force approach will take many
>> centuries.
>>
>> On Fri, Apr 16, 2010 at 10:29 AM, tonka  wrote:
>>
>>> is there any rule that says that one cannot use a mainframe computer
>>> to run the code? because in those computers you can use the code
>>> written for small dataset (which generally uses brute force) for large
>>> dataset and get outputs instantly?
>>>
>>> On Apr 16, 1:28 pm, Narasimha Datta  wrote:
>>> > long int is 32 bits only on a 32-bit system; it is 64 bits on a 64-bit
>>> > system.
>>> >
>>> > - ND
>>> >
>>> > On Fri, Apr 16, 2010 at 1:39 AM, Felipe Sodré Silva >> >wrote:
>>> >
>>> >
>>> >
>>> >
>>> >
>>> > > If you are using C/C++, long int is supposed to be 32-bit. If you
>>> want
>>> > > 64-bit integer, you must use long long int.
>>> >
>>> > > On Thu, Apr 15, 2010 at 11:00 AM, tonka 
>>> wrote:
>>> >
>>> > >> i was working with the large input data but then i found out that
>>> the
>>> > >> long int datatype allocates 4 bytes of memory whereas it is supposed
>>> > >> to be 64 bits. i am using vista 32-bit OS. in case i want to use 64-
>>> > >> bit integers then what OS and compiler should i use? otherwise is
>>> > >> there a way to allocate memory according to the desired size for
>>> > >> integer data, something like if i want to allocate 10 bytes of
>>> memory
>>> > >> for an integer then what should be the code?
>>> > >> thanks in advance.
>>> > >> tonka.
>>> >
>>> > >> On Apr 15, 4:45 pm, kirk79  wrote:
>>> > >> > Very true.  I have tried many problems that work on small but fail
>>> on
>>> > >> > large, and when I replace all 32 bit integers with 64 bit integers
>>> the
>>> > >> > large file works.
>>> >
>>> > >> > I now try to use long (64 bit integers) whenever there is a chance
>>> > >> > that they will be required.
>>> >
>>> > >> > On Apr 15, 9:39 pm, Nitin Kumar  wrote:
>>> >
>>> > >> --
>>> > >> You received this message because you are subscribed to the Google
>>> Groups
>>> > >> "google-codejam" group.
>>> > >> To post to this group, send email to google-c...@googlegroups.com.
>>> > >> To unsubscribe from this group, send email to
>>> > >> google-code+unsubscr...@googlegroups.com
>>> 
>>> > >> .
>>> > >> For more options, visit this group at
>>> > >>http://groups.google.com/group/google-code?hl=en.
>>> >
>>> > >  --
>>> > > You received this message because you are subscribed to the Google
>>> Groups
>>> > > "google-codejam" group.
>>> > > To post to this group, send email to google-c...@googlegroups.com.
>>> > > To unsubscribe from this group, send email to
>>> > > google-code+unsubscr...@googlegroups.com
>>> 
>>> > > .
>>> > > For more options, visit this group at
>>> > >http://groups.google.com/group/google-code?hl=en.
>>> >
>>> > --
>>> > You received this message because you are subscribed to the Google
>>> Groups "google-codejam" group.
>>> > To post to this group, send email to google-c...@googlegroups.com.
>>> > To unsubscribe from this group, send email to
>>> google-code+unsubscr...@googlegroups.com
>>> .
>>> > For more options, visit this group athttp://
>>> groups.google.com/group/google-code?hl=en.
>>>
>>> --
>>> You received this message because you are subscribed to the Google Groups
>>> "google-codejam" group.
>>> To post to this group, send email to google-c...@googlegroups.com.
>>> To unsubscribe from this group, send email to
>>> google-code+unsubscr...@googlegroups.com
>>> .
>>> For more options, visit this group at
>>> http://groups.google.com/group/google-code?hl=en.
>>>
>>>
>>  --
>> You received this message because you are subscribed to the Google Groups
>> "google-codejam" group.
>> To post to this group, send email to google-c...@googlegroups.com.
>> To unsubscribe from this group, send email to
>> google-code+unsubscr...@googlegroups.com
>> .
>> For more options, visit this group at
>> http://groups.google.com/group/google-code?hl=en.
>>
>
>
>
> --
> grato,
>
> Gustavo Pacianotto Gouveia
>
> LTI - Laboratório de Técnicas Inteligentes
> Escola Politécnica da Universidade de São Paulo
>   gustavo.gouv...@poli.usp.br
>   gl_lg...@hotmail.com
>   gustavo.paciano...@gmail.com
>
> --
> You received this message because you are subscribed to the Google Groups
> "google-codejam" group.
> To post to this group, send email to google-c...@googlegroups.com.
> To unsubscribe from this group, send email to
> google-code+unsubscr...@google

Re: [gcj] Difference betwen Small and Large inputs

2010-04-17 Thread basheer jan
well,it does affect with the size of inputs coz the data type for for
different compilers varies,as how they are designed.

On Wed, Apr 14, 2010 at 5:16 PM, Schiefler  wrote:
> Hi all,
>
> I'm a little bit new on programming.
> I wanna know if there is another difference betwen small and large
> input than the size of its inputs.
> I'm asking this because I've done some modifications on my programs
> and I'm still having the incorrect answer of my codes.
>
> Thanks.
>
> --
> You received this message because you are subscribed to the Google Groups 
> "google-codejam" group.
> To post to this group, send email to google-c...@googlegroups.com.
> To unsubscribe from this group, send email to 
> google-code+unsubscr...@googlegroups.com.
> For more options, visit this group at 
> http://groups.google.com/group/google-code?hl=en.
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"google-codejam" group.
To post to this group, send email to google-c...@googlegroups.com.
To unsubscribe from this group, send email to 
google-code+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-code?hl=en.



[gcj] about book for algorithm

2010-04-17 Thread swami
hi every one.
which book is best for algorithm and design  please help me

-- 
You received this message because you are subscribed to the Google Groups 
"google-codejam" group.
To post to this group, send email to google-c...@googlegroups.com.
To unsubscribe from this group, send email to 
google-code+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-code?hl=en.



Re: [gcj] Re: Difference betwen Small and Large inputs

2010-04-17 Thread Atanas Banov
I beg to differ - I've been practicing the problems from '09 and i haven't
seen a problem that requires 64bit int instead of 32bit one. Sometimes you
may need "bignum"s but I doubt very much that being able to hold 19 decimal
digits (long long) vs 9 digits (long) will make a difference for the
contest.

Btw, the conditions of the input are clearly stated in each problem for each
data set - and the scarce resource usually is time


On Thu, Apr 15, 2010 at 4:45 AM, kirk79  wrote:

> Very true.  I have tried many problems that work on small but fail on
> large, and when I replace all 32 bit integers with 64 bit integers the
> large file works.
>
> I now try to use long (64 bit integers) whenever there is a chance
> that they will be required.
>
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"google-codejam" group.
To post to this group, send email to google-c...@googlegroups.com.
To unsubscribe from this group, send email to 
google-code+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-code?hl=en.



Re: [gcj] about book for algorithm

2010-04-17 Thread Emanuel Masamune Tavares
Data Structures and Algorithms

Introduction to Algorithms from Thomas Cormen

The Algorithm Design Manual

Atenciosamente,

Emanuel Tavares - Mestrando em Ciência da Computação pela UFPA

Integrante do NTI-Cesupa: Fabsoft - LabMidI - LCN

Currículo Lattes: http://lattes.cnpq.br/7862105758032226


On Sat, Apr 17, 2010 at 4:41 PM, swami  wrote:

> hi every one.
> which book is best for algorithm and design  please help me
>
> --
> You received this message because you are subscribed to the Google Groups
> "google-codejam" group.
> To post to this group, send email to google-c...@googlegroups.com.
> To unsubscribe from this group, send email to
> google-code+unsubscr...@googlegroups.com
> .
> For more options, visit this group at
> http://groups.google.com/group/google-code?hl=en.
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"google-codejam" group.
To post to this group, send email to google-c...@googlegroups.com.
To unsubscribe from this group, send email to 
google-code+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-code?hl=en.



Re: [gcj] Re: Difference betwen Small and Large inputs

2010-04-17 Thread Bartholomew Furrow
In 2009 there were no problems that required bigint.  There were questions
that required 64-bit integers, such as
http://code.google.com/codejam/contest/dashboard?c=189252#s=p0.

As for using a mainframe: you're welcome to do that if you like.  The
problems are designed with the intention that even someone with a very fast
(or very slow) computer would have to come up with an algorithm of roughly
the same quality as the judges.

On Sat, Apr 17, 2010 at 11:44 AM, Atanas Banov  wrote:

> I beg to differ - I've been practicing the problems from '09 and i haven't
> seen a problem that requires 64bit int instead of 32bit one. Sometimes you
> may need "bignum"s but I doubt very much that being able to hold 19 decimal
> digits (long long) vs 9 digits (long) will make a difference for the
> contest.
>
> Btw, the conditions of the input are clearly stated in each problem for
> each data set - and the scarce resource usually is time
>

-- 
You received this message because you are subscribed to the Google Groups 
"google-codejam" group.
To post to this group, send email to google-c...@googlegroups.com.
To unsubscribe from this group, send email to 
google-code+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-code?hl=en.



[gcj] Regarding Registrations

2010-04-17 Thread Dhruva Sagar
Hi guys,

I had participated last year, I wanted to participate this year too.
When I click on participate on the codejam site, it takes me to the
registration form.

On submission, it gives me 'Error communication with the server' as a
message.
I have tried many times since yesterday, can anyone tell me what the problem
could be ?

Thanks & Regards,
Dhruva Sagar.

-- 
You received this message because you are subscribed to the Google Groups 
"google-codejam" group.
To post to this group, send email to google-c...@googlegroups.com.
To unsubscribe from this group, send email to 
google-code+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-code?hl=en.



Re: [gcj] Regarding Registrations

2010-04-17 Thread chen liu
I think you should change your browser and try again.

On Sun, Apr 18, 2010 at 10:11 AM, Dhruva Sagar wrote:

> Hi guys,
>
> I had participated last year, I wanted to participate this year too.
> When I click on participate on the codejam site, it takes me to the
> registration form.
>
> On submission, it gives me 'Error communication with the server' as a
> message.
> I have tried many times since yesterday, can anyone tell me what the
> problem could be ?
>
> Thanks & Regards,
> Dhruva Sagar.
>
>  --
> You received this message because you are subscribed to the Google Groups
> "google-codejam" group.
> To post to this group, send email to google-c...@googlegroups.com.
> To unsubscribe from this group, send email to
> google-code+unsubscr...@googlegroups.com
> .
> For more options, visit this group at
> http://groups.google.com/group/google-code?hl=en.
>



-- 
Chen Liu
Beijing University of Aeronautics and Astronautics
Tel: +86-139-1089-3499
E-mail: mitchell.l...@gmail.com
MSN: mitchell-c...@hotmail.com

-- 
You received this message because you are subscribed to the Google Groups 
"google-codejam" group.
To post to this group, send email to google-c...@googlegroups.com.
To unsubscribe from this group, send email to 
google-code+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-code?hl=en.



Re: [gcj] Regarding Registrations

2010-04-17 Thread Bartholomew Furrow
>
> I think you should change your browser and try again.
>
> No, this one's our fault.  Sorry, Dhruva; I'll have a fix in a few
minutes.

-- 
You received this message because you are subscribed to the Google Groups 
"google-codejam" group.
To post to this group, send email to google-c...@googlegroups.com.
To unsubscribe from this group, send email to 
google-code+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-code?hl=en.



Re: [gcj] Regarding Registrations

2010-04-17 Thread Dhruva Sagar
Hi Bartholomew Furrow,

Thanks a lot guys, I was able to register this time :)


Thanks & Regards,
Dhruva Sagar.



On Sun, Apr 18, 2010 at 07:45, chen liu  wrote:

> I think you should change your browser and try again.
>
> On Sun, Apr 18, 2010 at 10:11 AM, Dhruva Sagar wrote:
>
>> Hi guys,
>>
>> I had participated last year, I wanted to participate this year too.
>> When I click on participate on the codejam site, it takes me to the
>> registration form.
>>
>> On submission, it gives me 'Error communication with the server' as a
>> message.
>> I have tried many times since yesterday, can anyone tell me what the
>> problem could be ?
>>
>> Thanks & Regards,
>> Dhruva Sagar.
>>
>>  --
>> You received this message because you are subscribed to the Google Groups
>> "google-codejam" group.
>> To post to this group, send email to google-c...@googlegroups.com.
>> To unsubscribe from this group, send email to
>> google-code+unsubscr...@googlegroups.com
>> .
>> For more options, visit this group at
>> http://groups.google.com/group/google-code?hl=en.
>>
>
>
>
> --
> Chen Liu
> Beijing University of Aeronautics and Astronautics
> Tel: +86-139-1089-3499
> E-mail: mitchell.l...@gmail.com
> MSN: mitchell-c...@hotmail.com
>
>  --
> You received this message because you are subscribed to the Google Groups
> "google-codejam" group.
> To post to this group, send email to google-c...@googlegroups.com.
> To unsubscribe from this group, send email to
> google-code+unsubscr...@googlegroups.com
> .
> For more options, visit this group at
> http://groups.google.com/group/google-code?hl=en.
>

-- 
You received this message because you are subscribed to the Google Groups 
"google-codejam" group.
To post to this group, send email to google-c...@googlegroups.com.
To unsubscribe from this group, send email to 
google-code+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-code?hl=en.



Re: [gcj] Regarding Registrations

2010-04-17 Thread Bartholomew Furrow
Great!  Everyone please feel free to email me (fur...@gmail.com) or our
official feedback alias (programmingcontest-feedb...@google.com) with any
further problems.  I wasn't aware we had a (big) problem until Dhruva
pointed it out.

Thanks!
Bartholomew

On Sat, Apr 17, 2010 at 7:55 PM, Dhruva Sagar wrote:

> Hi Bartholomew Furrow,
>
> Thanks a lot guys, I was able to register this time :)
>
>
> Thanks & Regards,
> Dhruva Sagar.
>
>
>
>
> On Sun, Apr 18, 2010 at 07:45, chen liu  wrote:
>
>> I think you should change your browser and try again.
>>
>> On Sun, Apr 18, 2010 at 10:11 AM, Dhruva Sagar wrote:
>>
>>> Hi guys,
>>>
>>> I had participated last year, I wanted to participate this year too.
>>> When I click on participate on the codejam site, it takes me to the
>>> registration form.
>>>
>>> On submission, it gives me 'Error communication with the server' as a
>>> message.
>>> I have tried many times since yesterday, can anyone tell me what the
>>> problem could be ?
>>>
>>> Thanks & Regards,
>>> Dhruva Sagar.
>>>
>>>  --
>>> You received this message because you are subscribed to the Google Groups
>>> "google-codejam" group.
>>> To post to this group, send email to google-c...@googlegroups.com.
>>> To unsubscribe from this group, send email to
>>> google-code+unsubscr...@googlegroups.com
>>> .
>>> For more options, visit this group at
>>> http://groups.google.com/group/google-code?hl=en.
>>>
>>
>>
>>
>> --
>> Chen Liu
>> Beijing University of Aeronautics and Astronautics
>> Tel: +86-139-1089-3499
>> E-mail: mitchell.l...@gmail.com
>> MSN: mitchell-c...@hotmail.com
>>
>>  --
>> You received this message because you are subscribed to the Google Groups
>> "google-codejam" group.
>> To post to this group, send email to google-c...@googlegroups.com.
>> To unsubscribe from this group, send email to
>> google-code+unsubscr...@googlegroups.com
>> .
>> For more options, visit this group at
>> http://groups.google.com/group/google-code?hl=en.
>>
>
>  --
> You received this message because you are subscribed to the Google Groups
> "google-codejam" group.
> To post to this group, send email to google-c...@googlegroups.com.
> To unsubscribe from this group, send email to
> google-code+unsubscr...@googlegroups.com
> .
> For more options, visit this group at
> http://groups.google.com/group/google-code?hl=en.
>

-- 
You received this message because you are subscribed to the Google Groups 
"google-codejam" group.
To post to this group, send email to google-c...@googlegroups.com.
To unsubscribe from this group, send email to 
google-code+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-code?hl=en.



Re: [gcj] about book for algorithm

2010-04-17 Thread Mathias Grimm
And, what is the best C and C++ and  book?


On Sat, Apr 17, 2010 at 8:35 PM, Emanuel Masamune Tavares <
masaguard...@gmail.com> wrote:

> Data Structures and Algorithms
>
> Introduction to Algorithms from Thomas Cormen
>
> The Algorithm Design Manual
>
> Atenciosamente,
>
> Emanuel Tavares - Mestrando em Ciência da Computação pela UFPA
>
> Integrante do NTI-Cesupa: Fabsoft - LabMidI - LCN
>
> Currículo Lattes: http://lattes.cnpq.br/7862105758032226
>
>
> On Sat, Apr 17, 2010 at 4:41 PM, swami  wrote:
>
>> hi every one.
>> which book is best for algorithm and design  please help me
>>
>> --
>> You received this message because you are subscribed to the Google Groups
>> "google-codejam" group.
>> To post to this group, send email to google-c...@googlegroups.com.
>> To unsubscribe from this group, send email to
>> google-code+unsubscr...@googlegroups.com
>> .
>> For more options, visit this group at
>> http://groups.google.com/group/google-code?hl=en.
>>
>>
>  --
> You received this message because you are subscribed to the Google Groups
> "google-codejam" group.
> To post to this group, send email to google-c...@googlegroups.com.
> To unsubscribe from this group, send email to
> google-code+unsubscr...@googlegroups.com
> .
> For more options, visit this group at
> http://groups.google.com/group/google-code?hl=en.
>



-- 
Att.
Mathias Grimm

Sun Certified Java Programmer 6.0 #SUN604760
Zend Certified Engineer #ZEND006756
Oracle 1Z0-001

http://mathiasgrimm.com.br
http://phpempregos.com.br

-- 
You received this message because you are subscribed to the Google Groups 
"google-codejam" group.
To post to this group, send email to google-c...@googlegroups.com.
To unsubscribe from this group, send email to 
google-code+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-code?hl=en.



Re: [gcj] about book for algorithm

2010-04-17 Thread Jacob Lyles
For C:

http://www.amazon.com/Programming-Language-2nd-Brian-Kernighan/dp/0131103628

On Sat, Apr 17, 2010 at 8:24 PM, Mathias Grimm wrote:

> And, what is the best C and C++ and  book?
>
>
>
> On Sat, Apr 17, 2010 at 8:35 PM, Emanuel Masamune Tavares <
> masaguard...@gmail.com> wrote:
>
>> Data Structures and Algorithms
>>
>> Introduction to Algorithms from Thomas Cormen
>>
>> The Algorithm Design Manual
>>
>> Atenciosamente,
>>
>> Emanuel Tavares - Mestrando em Ciência da Computação pela UFPA
>>
>> Integrante do NTI-Cesupa: Fabsoft - LabMidI - LCN
>>
>> Currículo Lattes: http://lattes.cnpq.br/7862105758032226
>>
>>
>> On Sat, Apr 17, 2010 at 4:41 PM, swami  wrote:
>>
>>> hi every one.
>>> which book is best for algorithm and design  please help me
>>>
>>> --
>>> You received this message because you are subscribed to the Google Groups
>>> "google-codejam" group.
>>> To post to this group, send email to google-c...@googlegroups.com.
>>> To unsubscribe from this group, send email to
>>> google-code+unsubscr...@googlegroups.com
>>> .
>>> For more options, visit this group at
>>> http://groups.google.com/group/google-code?hl=en.
>>>
>>>
>>  --
>> You received this message because you are subscribed to the Google Groups
>> "google-codejam" group.
>> To post to this group, send email to google-c...@googlegroups.com.
>> To unsubscribe from this group, send email to
>> google-code+unsubscr...@googlegroups.com
>> .
>> For more options, visit this group at
>> http://groups.google.com/group/google-code?hl=en.
>>
>
>
>
> --
> Att.
> Mathias Grimm
>
> Sun Certified Java Programmer 6.0 #SUN604760
> Zend Certified Engineer #ZEND006756
> Oracle 1Z0-001
>
> http://mathiasgrimm.com.br
> http://phpempregos.com.br
>
> --
> You received this message because you are subscribed to the Google Groups
> "google-codejam" group.
> To post to this group, send email to google-c...@googlegroups.com.
> To unsubscribe from this group, send email to
> google-code+unsubscr...@googlegroups.com
> .
> For more options, visit this group at
> http://groups.google.com/group/google-code?hl=en.
>

-- 
You received this message because you are subscribed to the Google Groups 
"google-codejam" group.
To post to this group, send email to google-c...@googlegroups.com.
To unsubscribe from this group, send email to 
google-code+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-code?hl=en.



Re: [gcj] about book for algorithm

2010-04-17 Thread chen liu
And what is the best for C++ book? How about the C++ Primer?

On Sun, Apr 18, 2010 at 11:33 AM, Jacob Lyles  wrote:

> For C:
>
>
> http://www.amazon.com/Programming-Language-2nd-Brian-Kernighan/dp/0131103628
>
>
> On Sat, Apr 17, 2010 at 8:24 PM, Mathias Grimm wrote:
>
>> And, what is the best C and C++ and  book?
>>
>>
>>
>> On Sat, Apr 17, 2010 at 8:35 PM, Emanuel Masamune Tavares <
>> masaguard...@gmail.com> wrote:
>>
>>> Data Structures and Algorithms
>>>
>>> Introduction to Algorithms from Thomas Cormen
>>>
>>> The Algorithm Design Manual
>>>
>>> Atenciosamente,
>>>
>>> Emanuel Tavares - Mestrando em Ciência da Computação pela UFPA
>>>
>>> Integrante do NTI-Cesupa: Fabsoft - LabMidI - LCN
>>>
>>> Currículo Lattes: http://lattes.cnpq.br/7862105758032226
>>>
>>>
>>> On Sat, Apr 17, 2010 at 4:41 PM, swami  wrote:
>>>
 hi every one.
 which book is best for algorithm and design  please help me

 --
 You received this message because you are subscribed to the Google
 Groups "google-codejam" group.
 To post to this group, send email to google-c...@googlegroups.com.
 To unsubscribe from this group, send email to
 google-code+unsubscr...@googlegroups.com
 .
 For more options, visit this group at
 http://groups.google.com/group/google-code?hl=en.


>>>  --
>>> You received this message because you are subscribed to the Google Groups
>>> "google-codejam" group.
>>> To post to this group, send email to google-c...@googlegroups.com.
>>> To unsubscribe from this group, send email to
>>> google-code+unsubscr...@googlegroups.com
>>> .
>>> For more options, visit this group at
>>> http://groups.google.com/group/google-code?hl=en.
>>>
>>
>>
>>
>> --
>> Att.
>> Mathias Grimm
>>
>> Sun Certified Java Programmer 6.0 #SUN604760
>> Zend Certified Engineer #ZEND006756
>> Oracle 1Z0-001
>>
>> http://mathiasgrimm.com.br
>> http://phpempregos.com.br
>>
>> --
>> You received this message because you are subscribed to the Google Groups
>> "google-codejam" group.
>> To post to this group, send email to google-c...@googlegroups.com.
>> To unsubscribe from this group, send email to
>> google-code+unsubscr...@googlegroups.com
>> .
>> For more options, visit this group at
>> http://groups.google.com/group/google-code?hl=en.
>>
>
>  --
> You received this message because you are subscribed to the Google Groups
> "google-codejam" group.
> To post to this group, send email to google-c...@googlegroups.com.
> To unsubscribe from this group, send email to
> google-code+unsubscr...@googlegroups.com
> .
> For more options, visit this group at
> http://groups.google.com/group/google-code?hl=en.
>



-- 
Chen Liu
Beijing University of Aeronautics and Astronautics
Tel: +86-139-1089-3499
E-mail: mitchell.l...@gmail.com
MSN: mitchell-c...@hotmail.com

-- 
You received this message because you are subscribed to the Google Groups 
"google-codejam" group.
To post to this group, send email to google-c...@googlegroups.com.
To unsubscribe from this group, send email to 
google-code+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-code?hl=en.



Re: [gcj] about book for algorithm

2010-04-17 Thread Mathias Grimm
Thanks! I heard that Bjarne Stroustrup The C++ Programming Language is the
best,


-- 
Att.
Mathias Grimm

Sun Certified Java Programmer 6.0 #SUN604760
Zend Certified Engineer #ZEND006756
Oracle 1Z0-001

http://mathiasgrimm.com.br
http://phpempregos.com.br

-- 
You received this message because you are subscribed to the Google Groups 
"google-codejam" group.
To post to this group, send email to google-c...@googlegroups.com.
To unsubscribe from this group, send email to 
google-code+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-code?hl=en.



Re: [gcj] Alien Language in PHP

2010-04-17 Thread Thanh Le Cong
I did the problem!
I like your solve!
But I ussually use java or c++ or c#.

*Have a nice day!*
-- 
Lê Công Thành
http://edulab.com.vn/codepro
http://codepro.edulab.com.vn
http://fit.utehy.edu.vn/codepro

-- 
You received this message because you are subscribed to the Google Groups 
"google-codejam" group.
To post to this group, send email to google-c...@googlegroups.com.
To unsubscribe from this group, send email to 
google-code+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-code?hl=en.