First, you have to open a console. Then, place it on the same path that
your source file. After that you have your executable, if you are on
Windows, type the next command:
executable.exe < A-small-practice.in > outputfile.txt
You have to replace the word "executable" for your executable name. If
you are on Linux, you have to type:
./executable < A-small-practice.in > outputfile.txt
(replacing the word executable for your executable name).
Then, you will have a file (outputfile.txt) with you output. =).
See you later...
On Fri, Aug 14, 2009 at 8:52 AM, Shaunak Gupta <[email protected]>wrote:
> Hey,I'm attaching the source code and the input file.
>
> Thanks for your help.
>
> Shaunak
>
> >
>
--
Saul Hidalgo
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---