Kyuhyun (Joseph) Lee
Results
2
issues of
Kyuhyun (Joseph) Lee
The current solution is: ```py class MinStack: def __init__(self): self.stack = [] self.minStack = [] def push(self, val: int) -> None: self.stack.append(val) val = min(val, self.minStack[-1] if self.minStack else val)...
### Steps to reproduce 1. Download manatoki or newtoki 2. open a manga from those sources. ### Expected behavior The manga is downloadable and readable. ### Actual behavior The mangas...
bug