摘要:
问题描述 Input Output Sample Input Sample Output 归类算法,并查集 简单来说就是同样的人放入同样的集合,最后判断集合的个数 这里吐槽一下某些oj,格式错误也提示的是wrong answer 最后的Case写成case导致几个小时的欢乐时光就“pia”的没了 # 阅读全文
摘要:
Problem Statement You are given string S and T consisting of lowercase English letters. Determine if S equals T after rotation. That is, determine if 阅读全文