#include #include int main(){ clock_t start, end; double tp; int i; long cyc=1000000000; start = clock(); printf("Start: %d \n",start); for(i=0; i