Header Ad

HackerEarth The best Internet Browser problem solution

In this HackerEarth The best Internet Browser problem solution In the race for the best Internet browser, there's now a new contender for it, this browser is called the: "The Semantic Mind-Reader!" After its promo on the world wide web, everyone's been desperately waiting for the browser to be released. And why shouldn't they be curious about it, after all, it's the new project of our very own genius "Little Jhool!" He's worked very hard for this browser, and to add new mind-reading features to it.

Apart from the various security powers it possesses, it's called the mind-reader for a reason. Here's why:
  1. You don't need to type 'www.' to open a website anymore.
  2. Though, you still need to type '.com' to open a website.
  3. The browser predicts ALL THE VOWELS in the name of the website. (Not '.com', though. Again!)
  4. Obviously, this means you can type the name of a website faster and save some time.
Now to convince users that his browser will indeed save A LOT of time for users to open a particular website, Little Jhool has asked you to prepare a report on the same.


HackerEarth The best Internet Browser problem solution


HackerEarth The best Internet Browser problem solution.

tc = int(raw_input())
while (tc>0):
tc = tc - 1
s = raw_input()
a, e, i, o, u = s.count('a'), s.count('e'), s.count('i'), s.count('o'), s.count('u')
de = len(s)
nu = len(s) - 4 - a - e - i - o - u + 1
print str(nu) + "/" + str(de)

Post a Comment

0 Comments