Statistics | ||
---|---|---|
Level | 1 | |
Created By | luxexmachina13 | |
Times Taken | 0 | |
Times Marked | 0 | |
Created | Nov. 11, 2013, 6:45 p.m. |
Write a program that takes a long string as an input and another smaller string and prints to the console an updated version of the first string with any instances of the second string deleted from it. If the first string does not contain the second one, print "STRING NOT FOUND." For instance:
INPUT
potato potato potato latvia
potato
OUTPUT
latvia
INPUT
lolololololololololololololololol
rawr
OUTPUT
STRING NOT FOUND