Lipograma
Submit solution
Points:
10
Time limit:
5.0s
Memory limit:
256M
Author:
Problem types
Allowed languages
C#, Go, Java, Python
Donat un text i una lletra, dir si el text omet aquesta lletra.
Input Format
En primer lloc va el text, en vàries línies, i acabat amb .
A continuació ve el caràcter.
Constraints
-
Output Format
{ true | false }
Sample Input 0
Hello world!
END
e
Sample Output 0
false
Sample Input 1
Hello World!
END
a
Sample Output 1
true
Sample Input 2
Hello World!
END
u
Sample Output 2
true
Sample Input 3
Lorem ipsum
dolor sit amet,
consectetur adipiscing elit
END
x
Sample Output 3
true
Sample Input 4
Lorem ipsum
dolor sit amet,
consectetur adipiscing
END
g
Sample Output 4
false
Autoria: Gerard Falcó
CC BY-NC-SA 4.0