#include #include using namespace std; int main() { cout << "The current time is: " << time(0) << endl; }