#include<stdio.h>

main()
{
	int i=0;
	for(;;)
		printf("%c ",&i);
}


