LeeCode 798. Smallest Rotation with Highest Score
题意Example1:Input:[2,3,1,4,0]Output:3Explanation:ScoresforeachKarelistedbelow:K=0,A=[2,3,1,4,0],score2K=1,A=[3,1,4,0,2],score3K=2,A=[1,4,0,2,3],score3K=3,A=[4,0,2,3,1],score4K=4,A=[0,2,3,1,4],score3给定一