bool isWrongVersion0Program(int version, List<int> program) { return version == 0 && (program.length != 20 && program.length != 32); }