We use cookies to ensure you have the best browsing experience on our website. Please read our cookie policy for more information about how we use cookies.
publicstaticlongrepeatedString(Strings,longn){// Write your code herelongcount=0;for(inti=0;i<s.length();i++){if(s.charAt(i)=='a')count++;}count=count*(n/s.length());longrem=(n%(s.length()));for(intj=0;j<rem;j++){if(s.charAt(j)=='a')count++;}returncount;}
Cookie support is required to access HackerRank
Seems like cookies are disabled on this browser, please enable them to open this website
Repeated String
You are viewing a single comment's thread. Return to all comments →