[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
题面翻译
输入字符串 ,将 中的 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
.
输入格式
输入格式如下:
输出格式
输出答案。
样例 #1
样例输入 #1
atcoder
样例输出 #1
tcdr
样例 #2
样例输入 #2
xyz
样例输出 #2
xyz
样例 #3
样例输入 #3
aaaabbbbcccc
样例输出 #3
bbbbcccc
提示
限制
- 是长度在 以上 以下的只包含小写英文字母的字符串
- 至少含有
a
,e
,i
,o
,u
以外的一个字母
样例解释 1
atcoder
、将第 个字符删除得到答案。
CSP-J训练赛(三)
- Status
- Done
- Rule
- IOI
- Problem
- 14
- Start at
- 2024-8-10 7:30
- End at
- 2024-8-10 12:00
- Duration
- 4.5 hour(s)
- Host
- Partic.
- 11