public class Solution {
    public static void main(String[] args) throws Exception {
        //напишите тут ваш код
        Scanner scan = new Scanner(System.in);
       int a = scan.nextInt();
       int b = scan.nextInt();
       for (int d = 0;!(d==a);d++ )
       {
           System.out.println();
       for (int c = 0;!(c==b);c++)
       {
           System.out.print("8");
       }}
    }
}
почему не засчитывает ответ? Задача "Рисуем прямоугольник"