1269 C++1 1269) 대칭 차집합 (C++) 출처 https://www.acmicpc.net/problem/1269 1269번: 대칭 차집합 첫째 줄에 집합 A의 원소의 개수와 집합 B의 원소의 개수가 빈 칸을 사이에 두고 주어진다. 둘째 줄에는 집합 A의 모든 원소가, 셋째 줄에는 집합 B의 모든 원소가 빈 칸을 사이에 두고 각각 주어 www.acmicpc.net 내 풀이 #include #include using namespace std; int A = 0, B = 0; int input = 0; int result = 0; mapmp; int main() { cin >> A >> B; int result = A; for (int i = 0; i > input; mp[input] = 1; } for (int i =.. 2022. 5. 17. 이전 1 다음