On 28/05/2010, Shoubhik <[email protected]> wrote: > I usually change the input filename to a shorter name.. example > "A1.IN" > then i implement it.. > > fin=fopen("A1.IN","r"); > > sure,.. if Google tests my program, it wont run,.. as the input file > wont open ! > > It is less likely(not impossible, if automated) that Google would > change the filename ... before executing it.. :-) > > --
AFAIK, GCJ admins do not do any standard automated checking. As I said in my earlier post, any tests run would likely be to verify only a small number of submissions and thus would involve and admin inspecting your code and compiling/running it manually. If you change the input/output file names (or read from stdin or copy-paste to a textbox or ...) it should be clear from reading the code and easy to make the adjustments to compile/run it. -- 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.
