https://www.acmicpc.net/problem/1764 입출력 풀이 #include#include#include#include#includeusing namespace std;int main(){ ios_base::sync_with_stdio(0); cin.tie(nullptr); cout.tie(nullptr); int n, m; cin >> n >> m; string noListen; string noSee; map names; for (int i = 0; i > noListen; names[noListen] = true; } vector results; for (int i = 0; i > noSee; ..