Back
Close

Delete in lists

Statement

 Goal

You must output the string with the letters removed
Input
Line 1: An string without any letters removed
Line 2: Letters separated by spaces
Output
Line 1: The string with the letters removed
Constraints
Example
Input
Hello World!
h z l
Output
Heo Word!

Game modes
Fastest, Shortest, Reverse

Test cases
Test 1 Test
Input
Hello World! h z l
Output
Heo Word!

Validator 1 Validator
Input
Goodbye World. b y e
Output
Good World.

Test 2 Test
Input
Codingame!!! ! -
Output
Codingame

Validator 2 Validator
Input
Minecraft. .
Output
Minecraft

Test 3 Test
Input
Random.org r d .
Output
Ranomog

Validator 3 Validator
Input
vat z t c g
Output
va

Test 4 Test
Input
airplane m b c
Output
airplane

Validator 4 Validator
Input
sticky m b z
Output
sticky

Solution language

Solution

Stub generator input