<!-- Note - Any content mentioned below in `<!-- ->` blocks are just comments to help in filling up the issue. It won't be visible in the actual issue after submitting the issue. --> ### LeetCode Username <!-- Click on the right top corner of the problem page after logging in to get the username. --> ### Problem number, title, and link <!-- Example 1. Two Sum https://leetcode.com/problems/two-sum/ --> ### Category of the bug - [x] Problem description - [x] Solved examples - [x] Problem constraints - [x] Problem hints - [x] Incorrect or missing "Related Topics" - [x] Incorrect test Case *(Output of test case is incorrect as per the problem statement)* - [x] Missing test Case *(Incorrect/Inefficient Code getting accepted because of missing test cases)* - [x] Editorial - [x] Programming language support ### Description of the bug <!-- A clear and concise description of what the bug is. --> ### Language used for code <!-- C++ --> ### Code used for Submit/Run operation <!-- Please make sure to wrap the code with ``` tags. Otherwise, the issue may be closed without any information. Replace the code below with your code. --> ``` // Paste your code here. Don't remove ``` given // above and below the code. ``` ### Expected behavior <!-- A clear and concise description of what was expected to happen in contrast with what happened. --> ### Screenshots <!-- If applicable, add screenshots to explain the issue. --> ### Additional context <!-- Add any other additional context about the bug. -->