string

Правка en2, от Akansha, 2019-02-06 21:27:43

can someone help me in this question that how can we solve this thanks in advance.

You are given with a string . Your task is to remove atmost two substrings of any length from the given string such that the remaining string contains vowels('a','e','i','o','u') only. Your aim is the maximise the length of the remaining string. Output the length of remaining string after removal of atmost two substrings. NOTE: The answer may be 0, i.e. removing the entire string.

Sample Input 2 earthproblem letsgosomewhere

Sample Output 3 2

История

 
 
 
 
Правки
 
 
  Rev. Язык Кто Когда Δ Комментарий
en2 Английский Akansha 2019-02-06 21:27:43 539
en1 Английский Akansha 2018-10-16 04:32:44 660 Initial revision (published)