📌  相关文章
📜  检查字符串是否相互旋转的程序 - 无论代码示例

📅  最后修改于: 2022-03-11 14:59:05.384000             🧑  作者: Mango

代码示例1
#include
#include
using namespace std;

bool rRotation(string str1, string str2)
{
    int len1= str1.length(), len2 = str2.length();
    int j=0,i;
    for(i=0; i>str1;
    cin>>str2;
    //rRotation(str1, str2);
    cout<