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

using namespace std;

int main() {
    cout << htonl(3767813988) << endl;
    cout << htonl(3767813990) << endl;
    
	return 0;
}