https://www.acmicpc.net/problem/1181제출 코드#include #include #include #include using namespace std;bool comp(string &a, string &b){ if (a.length() == b.length()) return a words; cin >> n; for (int i = 0; i > w; words.insert(w); } vector v(words.begin(), words.end()); sort(v.begin(), v.end(), comp); for (auto res : v) cout set을 활용하면 자동으로 중복 없이 string을 저장할 ..