A palindrome is a sequence of characters which reads the same backward or forward. Famous ones include "dogeeseseegod" ("Do geese see God?"), "amoreroma" ("Amore, Roma.") and "risetovotesir" ("Rise to vote, sir.").
An ancient sutra has been handed down through generations at a temple on Tsukuba foothills. They say the sutra was a palindrome, but some of the characters have been dropped through transcription.
A famous scholar in the field of religious studies was asked to recover the original. After long repeated deliberations, he concluded that no information to recover the original has been lost, and that the original can be reconstructed as the shortest palindrome including all the characters of the current sutra in the same order. That is to say, the original sutra is obtained by adding some characters before, between, and/or behind the characters of the current.
Given a character sequence, your program should output one of the shortest palindromes containing the characters of the current sutra preserving their order. One of the shortest? Yes, more than one shortest palindromes may exist. Which of them to output is also specified as its rank among the candidates in the lexicographical order.
For example, if the current sutra is cdba and 7th is specified, your program should output cdabadc among the 8 candidates, abcdcba, abdcdba, acbdbca, acdbdca, cabdbac, cadbdac, cdabadc and cdbabdc.
The input consists of a single test case. The test case is formatted as follows.
$S$
$k$
The first line contains a string $S$ composed of lowercase letters from 'a' to 'z'. The length of $S$ is greater than 0, and less than or equal to 2000. The second line contains an integer $k$ which represents the rank in the lexicographical order among the candidates of the original sutra. $1 \leq k \leq 10^{18}$.
Output the $k$-th string in the lexicographical order among the candidates of the original sutra. If the number of the candidates is less than $k$, output NONE.
Though the first lines of the Sample Input/Output 7 are folded at the right margin, they are actually single lines.
crc 1
crc
icpc 1
icpci
hello 1
heolloeh
hoge 8
hogegoh
hoge 9
NONE
bbaaab 2
NONE
thdstodxtksrnfacdsohnlfuivqvqsozdstwa szmkboehgcerwxawuojpfuvlxxdfkezprodne ttawsyqazekcftgqbrrtkzngaxzlnphynkmsd sdleqaxnhehwzgzwtldwaacfczqkfpvxnalnn hfzbagzhqhstcymdeijlbkbbubdnptolrmemf xlmmzhfpshykxvzbjmcnsusllpyqghzhdvljd xrrebeef 11469362357953500
feeberrthdstodxtksrnfacdjsohnlfuivdhq vqsozhgdqypllstwausnzcmjkboehgcerzvwx akyhswuojpfhzumvmlxxdfkmezmprlotpndbu bbkblnjiedttmawsyqazekcftgshqbrhrtkzn gaxbzfhnnlanxvphyfnkqmzcsdfscaawdleqa xtnhehwzgzwhehntxaqeldwaacsfdsczmqknf yhpvxnalnnhfzbxagnzktrhrbqhsgtfckezaq yswamttdeijnlbkbbubdnptolrpmzemkfdxxl mvmuzhfpjouwshykaxwvzrecgheobkjmcznsu awtsllpyqdghzosqvqhdviuflnhosjdcafnrs ktxdotsdhtrrebeef