Пожалуйста, прочтите новое правило об ограничении использования AI-инструментов. ×

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

Правка en1, от 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

История

 
 
 
 
Правки
 
 
  Rev. Язык Кто Когда Δ Комментарий
en2 Английский siddhant4583agarwal 2023-03-02 15:27:23 0 (published)
en1 Английский siddhant4583agarwal 2023-03-02 15:22:55 787 Initial revision (saved to drafts)