#include <stdio.h>

typedef signed int  s32_t;
typedef signed long s32_t;

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