Hello,I want to ask how to submit source code in google code jam? Help me
please, I am newbie

On 10 Apr 2011 23:50, "ravi shanker" <ravishanker....@gmail.com> wrote:

Hi,
For windows platform and Unix/Linux platform too, there is common mechanism
of redirection.

ex:- I have Demo.exe

c:> Demo < input.in > output.out

Here Demo will take the input from fine input.in and will redirect it output
to the output.out

The same way we exercise in Unix/Linux too:

$ Demo < input.in > output.out

Suppose we have written scanf("%d",&no) in our program and in the
input.inwe mention the number "12" so it will read 12 in "no" directly
and when we
write printf('%d",no) it will write it to
the output.out in stead of stdout.

Hope The will be helpful for you.





On Mon, Apr 11, 2011 at 10:57 AM, Ram Shanker Saha <ramss...@gmail.com>
wrote:
>
> Hi, In which...
-- 

You received this message because you are subscribed to the Google Groups
"google-codejam" group.
To...

-- 
You received this message because you are subscribed to the Google Groups 
"google-codejam" group.
To post to this group, send email to google-code@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.

Reply via email to