#include <iostream>

static void* operator new(size_t size)
{
	return 0;
}

int main() {
	// your code goes here
	return 0;
}