Problem Description
Your task today is simple. Write a program that outputs exactly what it recives as input (including newlines) in less than 0.1s.
Input will only consist of alphanumeric characters (and newlines). Input will be no larger than 10,000,000 characters.
The length of your code will determine your score.
If your output is wrong, you will get 0 marks for your submission.
No. of characters < 53: 100 marks
No. of characters > 120: 5 marks
Otherwise, your score will be given by the formula: (52 ÷ Number of characters)2 * 100
Sample Input
abc
123
xyz
Sample Output
abc
123
xyz