Codes of string problem

my solution doesn’t pass test case 1 i this problem. Have there consider zeros also in the digit sequence?

Hey @trishamondal0811
Please share your code.

Hey @trishamondal0811
I have verified your code. It is completely correct. There seems to be a problem with the test cases. I request you to work on other questions while we correct this.
If your doubt is resolved please mark it as closed.

I hope I’ve cleared your doubt. I ask you to please rate your experience here
Your feedback is very important. It helps us improve our platform and hence provide you
the learning experience you deserve.

On the off chance, you still have some questions or not find the answers satisfactory, you may reopen
the doubt.

test cases problem is not solved yet ,because my solution is not take green tick…

Hey @trishamondal0811
As I told you I have informed the team about the problem
Try to submit after a week once
The test cases will have been fixed by then

@trishamondal0811
Test cases have been fixed
Also do v.push_back(’\0’); before vx.push_back(v) in your code
a character array should end with ‘\0’ otherwise it will print garbage values
Try submitting again

I hope I’ve cleared your doubt. I ask you to please rate your experience here
Your feedback is very important. It helps us improve our platform and hence provide you
the learning experience you deserve.

On the off chance, you still have some questions or not find the answers satisfactory, you may reopen
the doubt.