줄기세포 배양 (1) 썸네일형 리스트형 [SWEA] 줄기세포 배양 SWEA 줄기세포 배양 C++ 풀이 https://swexpertacademy.com/main/code/problem/problemDetail.do?contestProbId=AWXRJ8EKe48DFAUo SW Expert Academy SW 프로그래밍 역량 강화에 도움이 되는 다양한 학습 컨텐츠를 확인하세요! swexpertacademy.com #include #include #include #include #include #define p pair using namespace std; // 동서남북 int dx[] = { 0,0,1,-1 }; int dy[] = { 1,-1,0,0 }; int map[700][700]; int n, m, k; int ans; struct Node { int x; int.. 이전 1 다음