Advertisement
yeskendir_sultanov

Задача C

Apr 25th, 2024
57
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.12 KB | Source Code | 0 0
  1. s = input()
  2. v = 'aoyeui'
  3.  
  4. for x in s:
  5.     z = x.lower()
  6.     if z not in v:
  7.         print('.', z, sep='', end='')
  8.  
  9.  
  10.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement