Wrong Answer
Cannot terminate the program after EOF
최대 길이 : 1,000 바이트
I think you should increase the value of MAXLINE
I increased the value of MAXLINE to a 1000, but that did not change the result
Because 1000 is till small. increase this more.
if input is thousand of '\n', llength of output is 2000.
How many characters fit in one byte? Because I thought that 1 byte = 1 character in a string