У нас вы можете посмотреть бесплатно CODEFORCES: Solving STRING TASK | Educational Coding Tutorial или скачать в максимальном доступном качестве, видео которое было загружено на ютуб. Для загрузки выберите вариант из формы ниже:
Если кнопки скачивания не
загрузились
НАЖМИТЕ ЗДЕСЬ или обновите страницу
Если возникают проблемы со скачиванием видео, пожалуйста напишите в поддержку по адресу внизу
страницы.
Спасибо за использование сервиса ClipSaver.ru
📌 *Description:* ------- String Task ------------------------ time limit per test2 seconds memory limit per test256 megabytes inputstandard input outputstandard output Petya started to attend programming lessons. On the first lesson his task was to write a simple program. The program was supposed to do the following: in the given string, consisting if uppercase and lowercase Latin letters, it: deletes all the vowels, inserts a character "." before each consonant, replaces all uppercase consonants with corresponding lowercase ones. Vowels are letters "A", "O", "Y", "E", "U", "I", and the rest are consonants. The program's input is exactly one string, it should return the output as a single string, resulting after the program's processing the initial string. Help Petya cope with this easy task. Input The first line represents input string of Petya's program. This string only consists of uppercase and lowercase Latin letters and its length is from 1 to 100, inclusive. Output Print the resulting string. It is guaranteed that this string is not empty. Examples tour output .t.r input Codeforces output .c.d.f.r.c.s input aBAcAba output .b.c.b 🔗 *Credit:* Special thanks to Code forces for providing the inspiration and initial code snippet for the problem. Code forces is a fantastic platform for practicing competitive programming and honing algorithmic thinking. 🔖 *Tags:* #Educational #CodingTutorial #CompetitiveProgramming #ProblemSolving #C++Programming #Codeforces #Algorithm #ProblemAnalysis #Tutorial #LearnToCode #CodingSkills #ProgrammingChallenge #AlgorithmicThinking 📢 Join the coding community! Don't forget to like, subscribe, and hit the notification bell to stay updated on more educational coding tutorials and problem-solving challenges. Happy coding! 🚀