#include <stdio.h>

int main(void) {
	while(getchar() != '\n');
	return 0;
}