помогите, что не так? выдает: "Убедись, что программа правильно считает сумму"
public class Solution {
    private static int summ = 0;
    public static void main(String[] args) throws Exception {
...