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