<!-- 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 MayankAgrawal4245 ### Problem number, title, and link <!-- Example 1281. Subtract the Product and Sum of Digits of an Integer https://leetcode.com/problems/subtract-the-product-and-sum-of-digits-of-an-integer/ --> ### Category of the bug - [ ] Problem description - [ ] Solved examples - [ ] Problem constraints - [ ] Problem hints - [ ] Incorrect or missing "Related Topics" - [x] Incorrect test Case *(Output of test case is incorrect as per the problem statement)* - [* ] Missing test Case *(Incorrect/Inefficient Code getting accepted because of missing test cases)* - [x] Editorial - [ ] 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. -->