#include <stdio.h>

int main(void) {
	printf("%zu\n", (size_t)-1U);
	return 0;
}
