c语言中反转字符串的函数strrev(),reverse()
#include<string.h>的 strrev()用来反转字符数组
#include<algorithm>的reverse() 用来反转容器中的内容