#include <stdio.h>
enum {MAX_DATA_SIZE   = (unsigned char)(~0) * sizeof(long);};
int main(void) {
	 
	return 0;
}