1234567
int main() { time_t t; cout << time(0) << endl; cout << time(&t) << endl; cin.get(); }
1351481821 1351481821