int x = 1; String str = "Б"; while(x<=1){ x++; int y = 1; while (y<=20){ System.out.print(str); y++; } System.out.println(); int g = 1; while(g<=1){ g++; int f = 1; while (f<=8){ System.out.println("Б Б"); f++; } int n = 1; while(n<=1){ n++; int d = 1; while (d<=20){ System.out.print(str); d++;