Zły
nospor!

Myślałem, że to będzie coś w stylu brak średnika, co widać na 1. rzut oka...ale proszę oto błąd "Line 1: error: declaration of 'e' as multidimensional array must have bounds for all dimensions except the first
compilation terminated due to -Wfatal-errors."
Tylko nie pisz, żebym teraz poszukał rozwiązania w google

Jestem krok dalej:
int e[][100] = {{45,5,6},{7,9,4},{8,8,9}};
for (int x[]:e) for (int y:[x]) System.out.print(y);
Błąd: Line 2: error: expected unqualified-id before 'for'