728x90 반응형 단어정렬1 1181_단어정렬 문제 링크 https://www.acmicpc.net/problem/1181 문제 설명 알파벳 소문자로 이루어진 N개의 단어를 조건에 따라서 정렬하는 프로그램을 만드는것 길이가 짧은것 부터, 같은 경우 사전 순정렬 중복 없이 중복제거 하는 경우 소스코드 #include #include #include #include using namespace std; bool cmp(const string &u, const string &v) { if (u.size() == v.size()) { return u > N; vector words(N); for (int i = 0; i < N; i.. 2023. 6. 12. 이전 1 다음 728x90 반응형