Skip to content

leetcode pick: wrong constraints #38

Closed
@heeh

Description

@heeh

Environment

Windows Terminal Preview, Alacrity

Steps to reproduce

leetcode pick 405

Expected

Constraints:
-231 <= num <= 231 - 1

What`s happening

Constraints:
-20 <= num <= 20 - 1

Comment

This problem is not just for 405. I have seen several problems that does not render 231 correctly.

There are two problems.

  1. Wrong number shows up in constraints.
  2. Superscript is not rendered.

"Superscript" works in some problems but sometimes it does not.
Could you point me to the corresponding module?

I don't think this is a terminal-dependent problem.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions