Result

TLE

Code [DL]

+[>,.<]

Disassembly

p[0] = 1;
p[1] = 0;
while (p[0]) {
	p[1] = GETC();
	PUTC(p[1]);
}

stdin

06 96 36
86 68 15
95 11 92
06 54 16

stdout

stderr

strace