int main(int argc, char** argv) { int tick = 0; for (int a = argc - 1, b = 0; a + b < 20; a++, b++) { tick++; } printf("%d", tick); }