1
- There are several typos ("+" is missing):
now "-" more of a priority --> now "+ -" more of a priority
only knows the numbers and the "- * /" all other characters he ignores --> only knows the numbers and the "+ - * /" and ignores all other characters
- My code passed all asserts, but I still obtain an obscure error:
Fail:''
Any suggestions?
Thank you!