Read from STDIN, Write to STDOUT

3.8

750 votes
Very-Easy
Problem

Read different types of data from standard input, process them as shown in output format and print the answer to standard output.

Input format:
First line contains integer N.
Second line contains string S.

Output format:
First line should contain N x 2.
Second line should contain the same string S.

Constraints:
0N10
1|S|15 where S length of string S

Time Limit: 1
Memory Limit: 256
Source Limit:
Editor Image

?