2563 색종이 #include using namespace std; int main() { ios_base::sync_with_stdio(false); cin.tie(NULL); cout.tie(NULL); int test_case, row = 100, column = 100, ans = 0; vector int_arr(row,vector(column)); cin >> test_case; for (int i = 0; i > witdh >> height; for (int x = witdh; x < witdh + 10; ++x) { for (int y = height; y < height + 10; ++y) { if (0 == ..