RE01- Editorial

Author: Ashank Vashisht
Tester: Aditi Rawat
Editorialist: Arun Kumar

CONTEST LINK:

https://www.codechef.com/RVEN2017

PROBLEM LINK:

https://www.codechef.com/RVEN2017/problems/RE01

DIFFICULTY:

CAKEWALK

PROBLEM:

Finding the problem is the first task based on the input, output format and exe file provided. Then think the logic and code the same.

QUICK EXPLANATION:

The task is to find vowels in string and print corresponding character as explained below.

EXPLANATION:

After having number of test cases as input, each test is to be inputted and processed. Each test case contains a string. For each string, print second character in alphabets following a vowel after occurrence of each vowel in string. For eg. for ‘a’ print c etc. If no vowel occurs in string print: LOL :stuck_out_tongue:

AUTHOR’S SOLUTIONS:

Author’s solution can be found here

EXE File

Exe file for the problem can be found here