#include int main(void){ int i,j,k; char a[512],b; while(1){ while((b=random()&255)<' '); putchar(b); } return 0; }