63145
I say 6 / 3 - 1 + 4 = 5
The program says (6 + 3) / 1 - 4 = 5
I love this program, but it's very slow, basically all it does is brute force the 5 basic operators (+,-,*,/,^) to find an answer
The main reason I made it though is to see what numbers are impossible, it's very slow, with 15 minutes of running it printed out the first 5,000 impossible numbers, going through 23,000 numbers, but I discovered an error in the program so some of those answers were in fact possible. I'm gonna leave for uni early tomorrow and start the program running, it should be finished when I get back.