백준 3098 소셜네트워크1 백준 3098 소셜네트워크 #define _CRT_SECURE_NO_WARNINGS #include #include #include #include #include using namespace std; int M,N, A, B; int map[51][51]; int temp[51][51]; int res; int total; int flag; int dayTotal, before; int val; vector v; int main() { val = 1; scanf("%d%d", &N, &M); total = 0; for (int i = 0; i < M; i++) { scanf("%d%d", &A, &B); map[A][B] = val; total++; map[B][A] = val; } while (true) { before = t.. 2020. 2. 10. 이전 1 다음 반응형