one option is to use file handling in the code and take input from
file and put output to new file

other option is use redirection operator in command line while running
code. use stdin and stdout operations in code (cin and cout for
example) and while running code, type
./a.out < a.in > a.out
this will take input from a.in and put output in a.out

On 8 April 2010 12:39, adde <[email protected]> wrote:
> I have downloaded small input file in practice test.can anybody tell
> me how to test that input with your program and how to make output
> file to submit..
>
> --
> 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.
>
>

-- 
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