通过海量题库、编程比赛和实时排名,系统化提升您的编程能力。
已知 x=[[1,3,3],[2,3,1]],那么表达式sorted(x,key=lambda item:(item[1],-item[2]))的值为__________。