|
|
back to boardbe careful with gets(...) when i replace it by scanf("%s",..) a got AC maybe inut files has some extra spaces (surplus)... They don't. (+) They don't. Notice that gets() adds '\n' symbol to the end of line when you reopen stdin, just like fgets(). I spent so much time to fix this mistake :( |
|
|