So. I am a programming in Java. I'm using the IDE BlueJ. So. The file they are providing is has about 100 inputs and they require me to submit a source code and an output file. But in java I cant produce an output file. As for the source code will the .java file do, or do I have to copy the program into a text file and submit it. And what about the output file. My IDE creates a command window with the outputs. That is for example :
Enter the number of test cases: 4 Enter the number: 132 Enter the number: 7 Enter the number: 1000 Enter the number: 145 Case #1: 129 Case #2: 7 Case #3: 999 Case #4: 145 This is what the command window shows when I run the program. It takes input from user and prints the values. Now how do I take the input from the small dataset file I'm downloading because it has .in file format and about 100 inputs which are impossible to type within 4 mins. And lastly how do I sumbmit the output file. -- You received this message because you are subscribed to the Google Groups "Google Code Jam" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/google-code/41c75e83-9430-4baf-8ba9-cf9712e473da%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
