[gcj] Re: Contest Analysis for Round 1A has been posted

2013-05-04 Thread Sann
On Friday, May 3, 2013 11:34:48 PM UTC+5:30, Bjarki Ágúst Guðmundsson wrote: Why is the O(1) solution to Problem A (Bullseye) not presented in the Contest Analysis? Please share the code. -- You received this message because you are subscribed to the Google Groups Google Code Jam group. To

[gcj] Can I submit this code?

2013-04-09 Thread Sann
When I submit my code, do the code need to accept a file passed in through command-line argument or can it accept the file locally? Consider the following code- infile = open('A-small.in') ## do stuff. This code will work only if 'A-small.in' file is present where the code is ran.