#include <stdio.h>
int main(){
	int c = 0;
	while(1){
		c = getchar();
	}
	return 0;
}