Please read the new rule regarding the restriction on the use of AI tools. ×

wrong answer The jury has the answer but the participant doesn't (test case 1333)

Revision en1, by siddhant4583agarwal, 2023-03-02 15:22:55

https://codeforces.net/contest/1796/problem/B

This question I tried using LCM. I would make dp table for LCM and for finding LCM, I will traverse the table and wherever the elements in string a and b are same I will add that to my answer string else I will add '*'. Then I will remove all the consecutive '*' and check if number of asterisk are less than or equal to letters then I will print "YES" else print "NO".

When I am running this code I am getting "wrong answer The jury has the answer but the participant doesn't (test case 1333)". Can anyone tell what is wrong in my code and when do we get this error?

My submission link is: https://codeforces.net/contest/1796/submission/195562144

History

 
 
 
 
Revisions
 
 
  Rev. Lang. By When Δ Comment
en2 English siddhant4583agarwal 2023-03-02 15:27:23 0 (published)
en1 English siddhant4583agarwal 2023-03-02 15:22:55 787 Initial revision (saved to drafts)