1.
#include<Windows.h>
int ts[1];
2.
DWORD start_time = GetTickCount();
3.
DWORD end_time = GetTickCount();
ts[0]=(end_time - start_time);
cout<<endl
<<ts[0]<<endl;
1.
#include<Windows.h>
int ts[1];
2.
DWORD start_time = GetTickCount();
3.
DWORD end_time = GetTickCount();
ts[0]=(end_time - start_time);
cout<<endl
<<ts[0]<<endl;