def solve(n): if n==2: ans=[[7,14,0,8],[4,12,2,11],[15,9,6,1],[13,10,5,3]] return ans res=solve(n-1) ans=[[0]*(1<