Hullo fame
By the fact that you are practicing on the topcoder platform, You should be
able to notice that logic blunders in the 'ifs' and 'whiles' are a result of
mixing up languages eg for perl and (C, C++,php,..), in perl relational
operators and equality operators depend on the type of data you are dealing
with.eg numeric uses(> ,>=, <, <=) yet strings use (gt, ge, lt, le).....
hope you can notice the difference in there. yet the above doesnt apply for
C,C++, PHP.... (You need to do more reading)

There may be syntax blunders (which you havent mentioned) like missing out
the closing braces in yo ifs and whiles... which prevent you from coding in
the registered time bse you are debugging. U just have to keep the old habit
of opening & closing at the sametime then get inside them and code...Thats
why many guys are going for python bse it enables you deliver in record
time.


On Tue, Aug 11, 2009 at 8:24 AM, FameofLight <[email protected]> wrote:

>
> Hi,
>
> I am currently practicing on topcoder platform . I often can see the
> solution to problem , but unable to code it in registered time , I
> often commit logic bluder , like condition for if , while etc.
>
> I am coping with this problem for sometime and now I am frustrated ,
> can help me out some suggestions to suppress these mistakes.
>
> -Regard
> Hemant Verma
> >
>

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

Reply via email to