C에는 문자열을 뒤집는 함수는 없나? 해서 알아보니 <string.h> 헤더파일에 포함된 strrev라는 reverse 함수가 있었다.

근데 백준에서는 쓸 수 없었음. 

 

 

검색해보니.. 그러했다.