(2) I see, thanks for the explanation. I didn't expect nocancel to modify my input, I thought it was merely a running flag.
mirefek
2
Posts
A member registered Aug 20, 2023
Recent community posts
Nice game, two bug reports however:
(1) In level 17, it should be stated that you can suppose that prime 13 doesn't appear on the input (it is not apparent from the problem statement, and it is necessary to have a guaranteed prime which will not occur).
(2) (parsing bug?, I don't understand the details) When I enable nocancel, and input "5*7*3*11/2*3*11", it gets interpreted as:
A = as entered: [Empty], raw numbers: 1155/13
B = as entered: 5⋅7⋅3⋅11/2⋅3⋅11, raw numbers: 13/66
Factored Form: 3*5*7*11/13, 13/2*3*11
This is quite constraining me with proceeding in the game... I tried to reload the page, or try another level, and still shows the same weird bug.