@x for (; argc > 1; --argc) @y for (int i = argc - 1; i > 0; --i) @z @x double n = atof(argv[argc - 1]); @y double n = atof(argv[i]); @z