Skip to content
Programmingoneonone
Programmingoneonone
  • Engineering Subjects
    • Internet of Things (IoT)
    • Digital Communication
    • Human Values
  • Programming Tutorials
    • C Programming
    • Data structures and Algorithms
    • 100+ Java Programs
    • 100+ C Programs
    • 100+ C++ Programs
  • Solutions
    • HackerRank
      • Algorithms Solutions
      • C solutions
      • C++ solutions
      • Java solutions
      • Python solutions
    • Leetcode Solutions
    • HackerEarth Solutions
  • Work with US
Programmingoneonone
Programmingoneonone

HackerEarth The best Internet Browser problem solution

YASH PAL, 31 July 202413 February 2026
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)
 
coding problems solutions HackerEarth HackerEarth

Post navigation

Previous post
Next post

Leave a Reply

Your email address will not be published. Required fields are marked *

Programmingoneonone

We at Programmingoneonone, also known as Programming101 is a learning hub of programming and other related stuff. We provide free learning tutorials/articles related to programming and other technical stuff to people who are eager to learn about it.

Pages

  • About US
  • Contact US
  • Privacy Policy

Practice

  • Java
  • C++
  • C

Follow US

  • YouTube
  • LinkedIn
  • Facebook
  • Pinterest
  • Instagram
©2026 Programmingoneonone | WordPress Theme by SuperbThemes