#include #include using namespace std; int main(int argc, char** argv) { if ( argc <= 1 ) { cerr << "Usage " << argv[0] << " int_1 int_2 ... int_n" << endl; exit(1); } // First, the unreadable version // Notice that it's also hard to say if this version works or not int i[argc-1]; for (int j=0; j