fork download
  1. #include <iostream>
  2. #include <netinet/in.h>
  3.  
  4. using namespace std;
  5.  
  6. int main() {
  7.  
  8.  
  9. unsigned int i = ntohl(2800749170);
  10. cout << i << endl;
  11.  
  12.  
  13.  
  14. unsigned int j = ntohl(3317158081);
  15. cout << j << endl;
  16.  
  17.  
  18.  
  19. return 0;
  20. }
Success #stdin #stdout 0s 5296KB
stdin
Standard input is empty
stdout
1913319590
3251681221