chenhaozhe
3 天以前 da84e4e72c9d9cc7e2bd40dc4bb7b3222ca3519a
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;
    }
}