#include <stdio.h>

int main(void) {
	// your code goes here
	printf("a\t\t\t\t\tb");
	return 0;
}
