• 个人简介

    给定一个n*n的矩阵(3<=n<=6),从给定信息中进行填数字,要求任意一行纵列横列不能重复,且数字为能从上边“看到的个数”(例:4 2 3 1 个数为1 2 3 4 1 个数为3) 图例

    填空图例

    (上面是t[n],左边是l[n],右边是r[n],下面是b[n]) 输入格式 共n+1行 第一行输入n 第二行输入t1,t2,t3.......tn 第三行输入l1,l2,t3.......ln 第四行输入r1,r2,r3.......rn 第五行输入b1,b2,b3.......bn; 输出格式 输出已填好的矩阵

  • 最近活动

    This person is lazy and didn't join any contests or homework.
  • 最近编写的题解

    This person is lazy and didn't write any solutions.