[C++] Tính thời gian chạy chương trình
Mã số:
#include <iostream>
#include <time.h>
#include <windows.h>
using namespace std;
int main ()
{
long int trước = GetTickCount ();
for (int i = 0; i <100000; i ++)
{
printf ("% d \ n", i);
}
long int sau = GetTickCount ();
cout << "Execution Time:" << (after - trước) <<; "Ms".
// T1 clock_t, t2;
// T1 = đồng hồ ();
//// Mã đi đây
//// Danh từ:
// Đối với (int i = 0; i <1000000; i ++)
// {
//}
// T2 = đồng hồ ();
// Float diff ((float) t2 - (float) t1);
Tòa án // << diff << endl;
// Printf ("\ n% f", khác);
thống hệ ("tạm terminate");
return 0;
}
hoặc về tải:
https://drive.google.com/file/d/0B8lenIE_orvxNy1DTGhuT2s4a1E/view
0 comments:
Post a Comment