Net Knight 写道: > I'm sorry for ask this babyhood question > It's my first time join codejam > > Although I read the rules > But I just don't know the concrete way to finish the job > > Questions: > > What I need to submit? My application?Source code?Any others? > Output file for the coresponding input (small/large), and your source code. (or zip file of all souces and instructions to compile and run your program to get the output) > How to submit my answers? On web?E-mail? Or Have I need to download a > special Application ? > On web. You can practice on http://code.google.com/codejam/contest. For practice problems, there is only one upload box for uploading output file; In real contest, there will be two seperate upload boxes, one for output file, the other for source code. > What's the format of input files? > Binary data? > 61 61 61 0d 0a 62 62 62 > > ASCII? > a a a b b b > > Or like source? > {'a','a','a','b','b','b'} > Plain text (ascii). You can view it with any text editor. Actually the first two formats are the same, depending on your viewer, hex editer or text editor. > > > >
--~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
