Competition clarification
Just a clarification on the competition judging, to address some questions I’ve received.
1) There will be a newline character after the last integer in the file.
2) White space in your output file will be ignored (I’ll be judging either with diff with ignore whitespace turned on, or with the C++ stream operators and string comparison).
3) Your program will be run at least twice, for each input, and the best time used.
4) I will cat the file before running your program, so that it should be cached in memory.

