fork download
  1. #include <iostream>
  2. #include<chrono>
  3. #include<time.h>
  4. using namespace std;
  5. using namespace std::chrono;
  6. int main() {
  7. // your code goes here
  8. time_t t = 1786543426;
  9. cout<< (std::chrono::seconds(t)).count();
  10. return 0;
  11. }
Success #stdin #stdout 0.01s 5424KB
stdin
Standard input is empty
stdout
1786543426