백준 c++ 1120 문자열 1120 문자열 문제풀이 #include using namespace std; void fast_io(void) { ios_base::sync_with_stdio(false); cin.tie(NULL); cout.tie(NULL); } int main() { fast_io(); int res = 50; string a, b; cin >> a >> b; for (int i = 0; i 자라는 개발자/문제풀이 2022.01.24