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

using namespace std;

int main() {
	auto i = htonl(2130706433);
	cout << i << endl;

	return 0;
}
Success #stdin #stdout 0.01s 5548KB
stdin
Standard input is empty
stdout
16777343