Preparando MOJI

Remove digits

3000ms 262144K

Description:

You are given a string. Remove all digits from it. When a character is removed from a string, all characters to the right of it are shifted one position to the left.

Input:

The only line of input contains a string between 1 and 100 characters long. Each character of the string has ASCII-code between 33 (exclamation mark) and 126 (tilde), inclusive.

Output:

Output the given string with all digits removed from it. If the original string had only digits, output an empty string.

Sample Input:

VK-Cup-2012!

Sample Output:

VK-Cup-!

Sample Input:

Go,Codeforces!

Sample Output:

Go,Codeforces!

Informação

Codeforces

Provedor Codeforces

Código CF162D

Tags

*special

Submetido 0

BOUA! 0

Taxa de BOUA's 0%

Datas 09/05/2023 08:35:09

Relacionados

Nada ainda