You can paste the output to a file manually. Infact, if you use re-direction operator, it will automatically be done. Like this : a.exe < input.in > output.out "< input.in" says take input from input.in "> output.out" says write output in output.out
and you can keep any extension you want. Maybe we get extra points for keeping it as "output.gcj" :D On 8 May 2010 18:48, alexander <[email protected]> wrote: > do we have to read and write the files with the program,or it's > possible just to paste the result in text file and has it to be with > out extension or with txt ? > > -- > 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]<google-code%[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.
