#include <stdio.h>

int main(void) {
	// your code goes here
 int a,b;
 scanf("%d%d",&a,&b);
 

	return 0;
}
