#9866. ... (Triple Dots)
... (Triple Dots)
题目描述
We have a string consisting of lowercase English letters.
If the length of is at most , print without change.
If the length of exceeds , extract the first characters in , append ...
to the end of them, and print the result.
我们有一个由小写英文字母组成的字符串 。
如果 的长度最多为 ,则打印 ,不做任何更改。
如果 的长度超过 ,则提取 中的前 个字符,在它们的末尾添加 "...",并打印结果。
输入格式
输入内容按以下格式标准输入:
输出格式
打印问题陈述中所述的字符串。
样例 #1
样例输入 #1
7
nikoandsolstice
样例输出 #1
nikoand...
样例 #2
样例输入 #2
40
ferelibenterhominesidquodvoluntcredunt
样例输出 #2
ferelibenterhominesidquodvoluntcredunt
说明
数据规模与约定
- 是介于 和 之间的整数。(包括在内)之间的整数。
- 是由小写英文字母组成的字符串。
- 的长度介于 和 (含)之间。
样例 解释
nikoandsolstice`的长度为 ,超过了 。
我们应该提取这个字符串的前 个字符,在它们的末尾添加 ...',然后打印结果
nikoand...'。
样例 解释
盖乌斯-尤利乌斯-凯撒的名言。