#include <iostream>
#include <netinet/in.h>

using namespace std;

int main() {
	cout << ntohl(2423491899) << endl;
    
	return 0;
}