#include <stdio.h>
#include <time.h>

main()
{
       clock_t t1, t2;

       testfunc();
}