As long as you have a license to use it, and it was written before
the contest, yes. Make sure to submit all code that you used, unless
it comes from a standard library that's available online (in which
case you should put a comment in your code to that effect). (From FAQ)
On 3/25/2012 15:21, [email protected] wrote:
Can we use all library functions to develop source code for google
codejam
Sent on my BlackBerry® from Vodafone
Date: Sun, 25 Mar 2012 10:12:15 +0430
Subject: Re: [gcj] Google codejam
From wikipedia:(Link)
Dev-C++ is a free integrated development environment (IDE)
distributed under the GNU General Public License for programming
in C and C++. MinGW, a free compiler, is bundled with it.
and I used it before and it was free:-D.
So, yes, you can use it.
On 3/24/2012 11:47, [email protected]
wrote:
Can I use dev c++ compiler for c++
Sent on my BlackBerry® from Vodafone
Date: Sat, 24 Mar 2012 12:34:05 +0530
Subject: Re: [gcj] Re: Null String problem:-
you can download javadocs from oracle. try googleing for
download links
On Sat, Mar 24, 2012 at 11:04 AM,
mandeep <[email protected]>
wrote:
Ok..got
it!
Thanks a lot. The thing is that i don't know much about
string library
function. Could you suggest me some reference for that.
On 3/24/12, rajpal singh < [email protected]>
wrote:
> buddy why r u writing so many lines of code just to
reverse a string...just
> use reverse method of StringBuffer class and
StringTokenizer class,,it'll
> give the desired result...use them as follow..
> first reverse the string--
> String reverse = *new
*StringBuffer(str).reverse().toString();
> then use StringTokenizer to make
tokens and again reverse individual token
> using reverse() method of StringBuffer class...
>
>
> --
> Rajpal Singh
> B.Tech IIT Roorkee
> Uttarakhand
> 09012320801
>
> --
> You received this message because you are
subscribed to the Google Groups
> "Google Code Jam" 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.
>
>
--
You received this message because you are subscribed to
the Google Groups "Google Code Jam" 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.
--
You received this message because you are subscribed to the
Google Groups "Google Code Jam" 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.
--
You received this message because you are subscribed to the
Google Groups "Google Code Jam" 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.
--
You received this message because you are subscribed to the Google
Groups "Google Code Jam" 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.
--
You received this message because you are subscribed to the Google
Groups "Google Code Jam" 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.
--
You received this message because you are subscribed to the Google Groups "Google Code Jam" 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.
|