Wrong Answer

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