Palíndrom
Submit solution
Points:
10
Time limit:
5.0s
Memory limit:
256M
Author:
Problem types
Allowed languages
C#, Go, Java, Python
Donada una frase, digues si és un palíndrom
No s'han de comptar els espais en blanc, ni els caracters de puntuació:
. , ' ! ? -
Tampoc s'han de tenir en compte les majúscules i minúscules.
Input Format
Una línia amb un String.
Constraints
\(-\)
Output Format
\(true\) \(|\) \(false\)
Sample Input 0
hola mon!
Sample Output 0
false
Sample Input 1
luz azul
Sample Output 1
true
Sample Input 2
a ti no, bonita.
Sample Output 2
true
Sample Input 3
amor a roma
Sample Output 3
true
Sample Input 4
Ella te da detalles
Sample Output 4
false
Sample Input 5
anul-la la lluna
Sample Output 5
true
Sample Input 6
Catala, a l'atac
Sample Output 6
true
Sample Input 7
A una nena nua llepa-li la pell, llepa-li la pell a una nena nua.
Sample Output 7
true
Autoria: Gerard Falcó
CC BY-NC-SA 4.0