Score: $200$ points
We have a string $S$ consisting of lowercase English letters.
If the length of $S$ is at most $K$, print $S$ without change.
If the length of $S$ exceeds $K$, extract the first $K$ characters in $S$, append ... to the end of them, and print the result.
Input is given from Standard Input in the following format:
$K$ $S$
Print a string as stated in Problem Statement.
7 nikoandsolstice
nikoand...
nikoandsolstice has a length of $15$, which exceeds $K=7$.
We should extract the first $7$ characters in this string, append ... to the end of them, and print the result nikoand....
40 ferelibenterhominesidquodvoluntcredunt
ferelibenterhominesidquodvoluntcredunt
The famous quote from Gaius Julius Caesar.