We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
https://yujingsea.github.io/2022/01/08/25/
字符串专题第22组题解A - 雷同检测考试的时候老师最讨厌有人抄袭了。自从有了电子评卷,老师要查找雷同卷,就容易多了,只要将两个人的答案输入计算机,进行逐个字符的比对,把相同的位置都找出来,就一目了然了。 输入格式22 行,每行包含一串字符(长度不超过 200200)。 输出格式11 行,包含若干个以空格分隔的数字,表示出现相同字符的位置。 Sample Input 12I am suantou
The text was updated successfully, but these errors were encountered:
No branches or pull requests
https://yujingsea.github.io/2022/01/08/25/
字符串专题第22组题解A - 雷同检测考试的时候老师最讨厌有人抄袭了。自从有了电子评卷,老师要查找雷同卷,就容易多了,只要将两个人的答案输入计算机,进行逐个字符的比对,把相同的位置都找出来,就一目了然了。 输入格式22 行,每行包含一串字符(长度不超过 200200)。 输出格式11 行,包含若干个以空格分隔的数字,表示出现相同字符的位置。 Sample Input 12I am suantou
The text was updated successfully, but these errors were encountered: