Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
We should use stdin.buffer.readline instead of stdin.readline because stdin.read* and stdin.buffer.read* should be used at the same time. (stdin.read* refers the internal buffer)
- Loading branch information