Points: 20, 30

Tags: ppc 

Poll rating:

Your task is to make a palindrome string by rearranging and concatenating given words.

Input Format: N <Word_1> <Word_2> ... <Word_N>
Answer Format: Rearranged words separated by space.
Each words contain only lower case alphabet characters.

Example Input: 3 ab cba c
Example Answer: ab c cba

You have to connect to ppc1.chal.ctf.westerns.tokyo:31111(TCP) to answer the problem.

$ nc ppc1.chal.ctf.westerns.tokyo 31111

Writeups

ActionRatingAuthor team
Read writeup
not rated
Ba Sing Sec
Read writeup
4.5
PWNapple
You need to authenticate and join a team to post writeups