in gcc I use to write in this way to redirect input and output streams: #./a.out < input.txt > output.txt
here input.txt is the downloaded input file and output.txt is the file where I would like to store the output, which I have to submit. On Sun, Sep 8, 2013 at 5:43 PM, Vyas Rao <[email protected]> wrote: > how do i run the input file to get the out put file . i know my program > runs fine so how to run the input file?? please help !! > > -- > You received this message because you are subscribed to the Google Groups > "Google Code Jam" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > To view this discussion on the web visit > https://groups.google.com/d/msgid/google-code/5e192145-fac6-4792-86c1-2e386860c501%40googlegroups.com > . > For more options, visit https://groups.google.com/groups/opt_out. > -- You received this message because you are subscribed to the Google Groups "Google Code Jam" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/google-code/CANODhR%3DRsbHpzwAKi4u4DK8NZNrYGRn%2BMRgQDJY0%2BBzEe9ascw%40mail.gmail.com. For more options, visit https://groups.google.com/groups/opt_out.
