KMP1 [백준] 1701번 : Cubeditor (KMP 알고리즘) www.acmicpc.net/problem/1701 1701번: Cubeditor Cubelover는 프로그래밍 언어 Whitespace의 코딩을 도와주는 언어인 Cubelang을 만들었다. Cubelang을 이용해 코딩을 하다보니, 점점 이 언어에 맞는 새로운 에디터가 필요하게 되었다. 오랜 시간 고생한 www.acmicpc.net //C++ // 백준 1701번 : Cubeditor #include #define F_I ios_base::sync_with_stdio(0);cin.tie(0);cout.tie(0); using namespace std; vector getFailFunction(string& a) //문자열 a에 대한 fail함수 구하는 방법 { int num = a.length(); /.. 2021. 1. 16. 이전 1 다음