Блог пользователя Sauravs_19

Автор Sauravs_19, история, 5 часов назад, По-английски

[contest:2025][problem:2025A] One approach to two screen is compare both string from starting of element. Iff match is there continue comparing and count no of characters matched as soon as the character differs even at the first index stop comparing Total time would be= count+1+(length of first String-count)+(length of second string -count)

  • Проголосовать: нравится
  • +1
  • Проголосовать: не нравится

»
5 часов назад, # |
  Проголосовать: нравится +5 Проголосовать: не нравится

Auto comment: topic has been updated by Sauravs_19 (previous revision, new revision, compare).