# luogu **Repository Path**: redmudstove/luogu ## Basic Information - **Project Name**: luogu - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-05-08 - **Last Updated**: 2021-06-20 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ###### 题目描述 >1: 一个2n*2n的矩阵 >2: 将矩阵分为小的4个等大的小矩阵 >3: 直到其不可分,每次划分的时候将左上角的设置为释放 >4: 给出n个人,判定每个人的命运 >5: 0为赦免,1不赦免 ###### 输入 n ###### 输出 0/1矩阵 ###### 思路 不清楚怎么做,不明白题目的意思