-
백준 10926번 : ??! 풀이 #include using namespace std; int main(void) { string str; // c++에서는 string 자료형을 통해 문자열을 보다 쉽게 다룰 수 있다. cin >> str; cout