王 垚
2021-10-14 b14d014e39c97d339ee83c0e272afd4e7a6ee709
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;
    }
}