#include <iostream.h>
#include <time.h>
#include <iostream.h>

void main()
{
time_t hold_time;
hold_time=time(NULL);
cout<<ctime(&hold_time);

}