10709 기상캐스터 문제풀이 #include #include #include using namespace std; void fast_io(void) { ios_base::sync_with_stdio(false); cin.tie(NULL); cout.tie(NULL); } vector arr; int main(void) { fast_io(); int h,w; cin >> h>>w; for (int i = 0; i > ch; arr.push_back(ch); } for (int j = 0; j < w;j++) { if(arr[j]=='c') { f ..