<p><pre><code> #include <stdio.h>
int main (int argc, char **argv) {
puts("Screw you guys! I'm going home.");
}
</code></pre>
I'm thinking they were glad to see you go because you took an hour to do 60 seconds worth of work.
Is argc really a const in C++'s main? I can't imagine why it would be, given that <i>argv++; argc--;</i> is a very standard idiom in command-line argument processing.