yyb_20200528
yyb_20200528
全部文章
题解
归档
标签
去牛客网
登录
/
注册
yyb_20200528的博客
全部文章
/ 题解
(共1篇)
题解 | #判断两个字符串是否互为逆置#
#include #include #include using namespace std; int isRevertStr(const char *str1,const char *str2) { int nResult = 0; string strS1 = str1; string s...
C++
2022-05-31
0
323