#include <iostream>
#include <cstdlib>

int main(int argc, char *argv[])
{
	return EXIT_SUCCESS;
}
