Palindrome Parade X53878


Statement
 

pdf   zip

html
Public test cases
  • Input

    6
    radar
    apple
    deed
    banana
    level
    civic
    8
    orange
    radar
    noon
    kayak
    grape
    table
    hello
    grape
    

    Output

    radar
    deed
    level
    civic
    noon
    kayak
    apple
    banana
    orange
    grape
    table
    hello
    
  • Information
    Author
    HP CodeWars
    Language
    English
    Official solutions
    Python
    User solutions
    C++ Python