Problem
Input format
The program reads from standard input a single line with at most `200` characters. - the input string has at most `200` characters - the subprogram `elimVocale` must be defined explicitly and must modify **the same array** it receives - vowels are `a, e, i, o, u`, both lowercase and uppercase
Output format
The program prints to standard output the string obtained by removing all vowels from the input string, followed by a newline. If the resulting string is empty, the program prints only the newline.
Example
Bacalaureat informatica
Bclrt nfrmtc
Stuck?
Use the Get Hint button in the action bar to reveal a guided hint.
💬 Discussion
Loading...No comments yet. Be the first to start the discussion!
Sample cases (from the problem)
Sample Case 1
Bacalaureat informatica
Bclrt nfrmtc
Solve it your way first
Community solutions unlock after you submit a passing solution. Don't peek.
Ready to solve this challenge?
Create a free account to write code, submit solutions, and track your progress.