> - Generating C code is not a requirement. My solution will > produce Java code.
The TFs and I spent a bit of time looking at the minimal program needed to read n integers. I picked C because it thought it simplest to produce the output in that language. I have no problem accepting Java output: I just find that scanf("%d %d %d", &a, &b, &c); is easy to generate. - jeff parker