#include <stdio.h>

int main() {
	printf("\x0D");
	return 0;
}