Java 里面不能向这么写for循环吗?
for(int i=scores.length-1,int j=0;j<3;i--,j++)
循环里面不能加 类型名字
for(int i=scores.length-1, j=0; j<3; i--, j++)
你重复写了一个int