public class E5_2{ public static void main(String[] args){ int n = 300; for(int i = 2; i < 300; i+=2){ for(int j = 2; j < 300; j++){ for(int k = 2; k