#include <stdio.h>

int main(void) {
int z;
int b,v;
char ch;
	// your code goes here
	return 0;
}
