How did you do it so few lines of code? Can you give me some idea of what approach you used?
I implemented polynomial multiplication (by convolution) and subtraction from some code I found on the web and then shrunk it down as much as I could but I have about 500 bytes of code and still haven't implemented the parsing.
I implemented polynomial multiplication (by convolution) and subtraction from some code I found on the web and then shrunk it down as much as I could but I have about 500 bytes of code and still haven't implemented the parsing.