Type your code below: int main(int argc, char** argv) { int N0 = argc * 100; int v = argc + 1; do { int N1 = N0 / 1; v++; do { int N2 = N1 / 2; v++; do { int N3 = N2 / 3; v++; do { int N4 = N3 / 4; v++; do { int N5 = N4 / 5; v++; do { v++; } while (v < N5); } while (v < N4); } while (v < N3); } while (v < N2); } while (v < N1); } while (v < N0); return v; } You can also select a C/C++ file to upload. ?
This page compares the dependence graphs created by the algorithm that we use in FlowTracker and by the classic Algorithm of J. Ferrante.
Choose your algorithm:  FlowTracker Ferrante Choose the output: Standard output. Pass statistics. Graphs.
A description of what we are doing here How to download Flow Tracker and execute it locally?