aboutsummaryrefslogtreecommitdiff
path: root/include/08.heap/heap21.c
blob: 2ed3f8ccf262ba6bd9805adcb426b54cf28eb7fc (plain)
1
2
3
4
5
6
7
8
9
10
                    /* x will be incremented by one ONCE more in our FOR loop
                     * */
                    x += (y - 1);
                    continue;
                }
            }
        }
    }
    return 0;
}