public class Solution {
    public static void main(String[] args) {
        for (int i = 0; i < 5; i++) {
        System.out.println("Элли самая красивая");
        }
    }
}
'for' child have incorrect indentation level 8, expected level should be 12.: Solution.java, line: 10, column: 0