#include #include #include "timer.h" using namespace std; int main() { // Създаване на таймер и стартирането му CTimer *timer = new CTimer; timer->Start(); const long N = 1000000; bool a[N]; for(int i = 0; iEnd(); cout << "Time: " << timer->GetTimeInMilliseconds() << " ms" << endl; return 0; }