1
wtt
2025-08-12 bb54ce963fc2d10cc4b8b8f4e0b93d7659dd1c8a
1
2
3
4
5
6
7
8
9
10
11
12
using System;
using System.Collections.Generic;
using System.Text;
 
namespace Pub_Class
{
    public class Cell
    {
        public int Row;
        public int Col;
    }
}