// NOT import "utils/binary/not.code" as NOT def main(field[32] b) -> (field[32]): field[32] result = [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0] for field i in 0..32 do r = NOT(b[i]) result[i] = r endfor return result