随笔分类 -  刷题

摘要:class Solution { List<List<String>> res; //检查 列+主对角+负对角 boolean[] cols; boolean[] poss; boolean[] negs; char[][] t; int m ; public List<List<String>> 阅读全文
posted @ 2021-08-24 08:53 常熟阿诺 阅读(40) 评论(0) 推荐(0)