#include <stdio.h>

int main(int argc, char** argv){
	printf("ABC");
	printf("DEF\n");
	return 0;
}