If you have a program that reads from standard input and writes to standard output, you can call it like this on a terminal
program < input.txt > output.txt to use the files "input.txt" and "output.txt" as input and out, respectively. Carlos Guía On Wed, May 15, 2013 at 3:58 PM, umang shukla <[email protected]>wrote: > I saw solutions from top contestant they havent used file handling then > how do they produce output file of bigger data like consonants problem in > 1C had 4.8 Mb input file... > > Any commandline shortcuts or anything 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/c421afe6-6d74-438b-a8a9-1af07cf8f6fa%40googlegroups.com?hl=en > . > 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]. For more options, visit https://groups.google.com/groups/opt_out.
