fork download
  1. #include <iostream>
  2. #include <netinet/in.h>
  3. #include <time.h>
  4.  
  5. using namespace std;
  6.  
  7. int main() {
  8. time_t i = ntohl(-1536481943);
  9. cout << i << endl;
  10. cout << asctime(gmtime(&i));
  11. return 0;
  12. }
Success #stdin #stdout 0.01s 5288KB
stdin
Standard input is empty
stdout
1764060068
Tue Nov 25 08:41:08 2025