int sum=0; for (int a=0;a<=100;a++) { sum+=a; } System.out.println(sum); 5050
因为你根本不懂<与<=的差别。请认真学习关系运算符相关内容。