typedef unsigned long long size_t;

int main(int argc, char const *argv[]) {
	static const size_t GROWTH_RATE = 2;
	return 0;
}
