the simplest way is on a terminal/console. Type this: Linux: ./prog < file.in > file.out
Windows: prog.exe < file.in > file.out Both commands will read the Standard Input from 'file.in' and redirect the Standard Output (the answer) to the file 'file.out'. On Wed, Aug 19, 2009 at 3:48 AM, Adil Ansari <[email protected]>wrote: > > this is my first time with code jam and i was getting my hands over > the sample files but after downlading them i'm not getting something > to run em... > > Please help me out how to deal with these input files.... > > > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
