Loading

摘要: 题目链接 https://www.luogu.com.cn/problem/P4924 题目思路 顺时针转是第$i$行第$j$列的数字转移到第$j$行倒数第$i$列 \(temp[n - m + j][n + m - i] = g[i][j]\) 逆时针转是第$i$行第$j$列的数字转移到倒数第$j 阅读全文
posted @ 2022-03-10 20:40 vacilie 阅读(79) 评论(0) 推荐(0)