PRPALN- Subtask-1 35 points or 65 ?

The constraints as given in the problem statement state subtask -1 score 65 points. My submission scores me 35 points for subtask -1 on AC. Is that a miss-print in the constraint description?
my submission image

1 Like

I think so coz that’s a single test case & they won’t award u 65 marks for a single test case…

but also that case is for large input of string size <= 10^5

What does WA mean here. i am getting the same result, i dont think any error with my code. please suggest what to improve.

WA - Wrong Answer suggests the code is failing that particular test case. Check for corner cases making different string patterns. Can say no more.

I think its a miss print…
anyways happy coding :slight_smile:

1 Like

This was a mistake from our end. We have corrected it now. Thanks for pointing it out.

1 Like

I am facing the same error…is its a miss print or error in code…??

I am facing the same error…is its a miss print or error in code…??

I am facing the same error…is its a miss print or error in code…??

I am getting the same problem but my code runs for all test cases…what should i do?

how is it correct for 2 cases and not for the rest???
and the time limit is also well within bounds
either the time limit should have excceded or all cases or accepted,how can it be wrong answer??