Type: Default 2000ms 1024MiB

[ABC315A] tcdr

You cannot submit for this problem because the contest is ended. You can click "Open in Problem Set" to view this problem in normal mode.

[ABC315A] tcdr

题面翻译

输入字符串 SS,将 SS 中的 a,e,i,o,u 删除,求修改后的字符串。

题目描述

You are given a string S consisting of lowercase English letters. Remove all occurrences of a, e, i, o, u from S and print the resulting string. S contains at least one character other than a, e, i, o, u.

输入格式

输入格式如下:

S S

输出格式

输出答案。

样例 #1

样例输入 #1

atcoder

样例输出 #1

tcdr

样例 #2

样例输入 #2

xyz

样例输出 #2

xyz

样例 #3

样例输入 #3

aaaabbbbcccc

样例输出 #3

bbbbcccc

提示

限制

  • S S 是长度在 1 1 以上 100 100 以下的只包含小写英文字母的字符串
  • S S 至少含有 a, e, i, o, u 以外的一个字母

样例解释 1

S = S\ = atcoder、将第1, 4, 6 1,\ 4,\ 6 个字符删除得到答案。

9月19日周二晚上集训赛

Not Attended
Status
Done
Rule
IOI
Problem
8
Start at
2023-9-19 19:00
End at
2023-9-19 21:00
Duration
2 hour(s)
Host
Partic.
30