I am confuse here in simple multiplication and division ..
how come interval / clock_sec is not equal to cpu_time_used (check the code and compare with code - in the snap)
To just give you a further hint here, I believe they are trying to make clear to you that you have some inconsistent code in your printf() statements.
Check if the placeholders (%x) are representing what you are feeding them, or want them to be.
Alternatively, use standard c++ std::cout if possible.